A guide on how to find voice IDs to use and how to query voice information in API/Play.
voice_id
is a value that identifies one unique character.
When synthesizing speech, you need to pass language, style, and model information along with this voice ID to generate accurate speech.
voice_id
from the voice library in Supertone Play.
GET /v1/voices
GET /voices
endpoint.
voice_id
: ID to be used in callsname
: Character name (e.g., Agatha, Adam, etc.)language
: List of supported languagesstyles
: List of selectable stylesmodels
: Available voice modelssamples
: Sample audio by language/style/modelthumbnail_image_url
: Voice imageGET /v1/voices/search
GET /voices/search
endpoint.
language
: Language code (ko, en, ja, etc.)style
: Emotional style (neutral, happy, etc.)name
, description
, gender
, age
, use_case
can also be searchedname=My Voice
will show all cloned voices created in your current account.
samples
field in the voice object contains sample audio based on language, style, and model combinations.