Supertone API uses API Key-based authentication. All requests must be authenticated by including the issued API Key in the header.
x-sup-api-key
for authentication.
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.