Get voice details by ID
Voices
Get voice
Retrieve a single preset voice by ID.
GET
Get voice details by ID
Returns the full voice object for a single preset voice — including supported languages, styles, models, and pre-rendered sample URLs. For customer-cloned voices, use Get custom voice 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
Path parameters
| Name | Required | Description |
|---|---|---|
voice_id | ✅ | The ID of the preset voice. |
Response
Returns the voice object — see Voices for the field-by-field reference.Notes
- Returns
404 Not Foundif thevoice_iddoesn’t exist on your account. - Use this endpoint to look up the default style for a voice (the first entry in
styles) before calling TTS without an explicitstyleparameter.
See also
Docs: Voices
Voice object shape and how to use voice IDs.
List voices
Browse the full voice library.
Authorizations
Path Parameters
Response
Voice details retrieved successfully
Unique identifier for the voice
Example:
"<voice-id>"
Name of the voice
Example:
"Agatha"
Age of the voice
Example:
"young-adult"
Gender of the voice
Example:
"female"
Use case of the voice
Example:
"narration"
Use cases of the voice (array)
Example:
["narration", "storytelling"]Languages supported by the voice
Example:
[
"ar",
"bg",
"cs",
"da",
"de",
"el",
"en",
"es",
"et",
"fi",
"fr",
"hi",
"hu",
"id",
"it",
"ja",
"ko",
"nl",
"pl",
"pt",
"ro",
"ru",
"vi"
]Styles available for the voice
Example:
["kind-default", "normal", "serene"]Models available for the voice
Example:
[
"sona_speech_1",
"sona_speech_2",
"sona_speech_2_flash",
"supertonic_api_1",
"supertonic_api_3"
]Description of the voice
Example:
""
URL to the sample audio file for the voice
URL to the thumbnail image for the voice
Example:
"https://example.com/thumbnails/voice-thumbnail.png"