The Supertone API uses an API-key authentication scheme with a custom header.Documentation Index
Fetch the complete documentation index at: https://docs.supertoneapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Header
401 Unauthorized; keys without permission for the resource return 403 Forbidden.
Issue a key
Sign in at the developer console and create a new key. You can have up to 3 active keys per account; revoke and reissue from the console at any time.Example
Authentication errors
| Status | Cause |
|---|---|
401 Unauthorized | Missing, malformed, or revoked API key. |
403 Forbidden | Valid key, but no permission for the resource (e.g. calling a custom voice owned by a different account). |
See also
Docs: Authentication
Setup walkthrough, env-var conventions, and security checklist.
Quickstart
Set your key and make your first call in five minutes.