Gets available voices
Voices
List voices
Retrieve all preset voices available to your account.
GET
Gets available voices
Returns the preset voice library available on your account. This includes the Supertone Play voice library as well as any voices Supertone has provided exclusively for Enterprise customers. For customer-cloned voices, use List custom voices instead.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 plus an optional next_page_token for pagination. Each item follows the voice object shape — voice_id, name, language, styles, models, samples, etc.
See also
Docs: Voices
Voice object shape and how to use voice IDs in TTS calls.
Search voices
Filter by language, style, gender, and more.
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 available voices response with next page token
List of character items
Total number of available characters (might be approximate or removed in future)
Example:
150
Token for fetching the next page of results. Undefined if no more pages.
Example:
"some_opaque_token_string_representing_last_id"