If Python isn’t your vibe, try using the ReST API directly. Go to the API Reference section. We’re working to add SDKs for other languages.
Authorization
header of your request.Ensure you store your API keys properly. Once you refresh the dashboard page, you will not be able to see it in full.
To get your API key, go to https://studio.spitch.app. After logging in, an API key is automatically generated for you. To get a new key, click the refresh button next to your API key and confirm.
Refreshing your API key invalidates the previous one.
Set the Authorization header appropriately. Find examples below.
For the Python SDK, you only have to set the SPITCH_API_KEY as an environment variable.
os.environ["SPITCH_API_KEY"] = "my_api_key"