Gets custom (cloned) voices
Custom voices
List custom voices
Retrieve all custom (cloned) voices registered on your account.
GET
Gets custom (cloned) voices
Returns the custom voices owned by your account. This includes voice clones created in Supertone Play and clones created via Create cloned voice — both endpoints feed into the same list.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.
Endpoint
Query parameters
| Name | Required | Description |
|---|---|---|
page_size | — | Items per page. Default 20, max 100. |
next_page_token | — | Token from a previous response to fetch the next page. |
Response
Returns anitems array of custom voice objects plus an optional next_page_token.
Notes
- Custom voices are account-scoped — you only see voices owned by the account whose API key is used.
- Custom voices are callable through the same TTS endpoints as preset voices; just pass the custom
voice_id.
See also
Docs: Custom voices
Create, manage, and use cloned voices.
Create cloned voice
Upload a sample to register a new clone.
Authorizations
Query Parameters
Number of items per page (default: 20, min: 10, max: 100)
Token for pagination (obtained from the previous page's response)
Response
Paginated custom voices response with next page token