1. Issue API Keys
You can get an API Key immediately after signing up for the service in Supertone API console.- You can issue up to 3 API Keys per account.
- In case of leakage, immediate deletion and reissuance are possible from the console.
2. Authentication Method
Supertone API uses a custom HTTP header calledx-sup-api-key
for authentication.
3. Example
4. Authentication Failure
401 Unauthorized
: When API Key is missing or invalid403 Forbidden
: When there’s no access permission for the resource (e.g., no cloned voice permission)
When errors occur, please also refer to the Error Handling guide.
5. Security Considerations
- Do not expose API Keys in client-side code; always manage them securely on the server side.
- If a key is exposed externally, immediately revoke it from the console and issue a new one.