Get Available Agent Voices
Get available agent voices.
Each voice's status is resolved against the current date. Retired voices are omitted unless their display name is passed in selected_voice, so a saved config still referencing a retired voice can render it as a locked field. A voice group holds one voice per language, so the parameter is repeatable.
Query parameters
Response
Successful Response
TTS provider for an agent voice.
Display names of voices that Syllable supports.
The variable name of an agent voice (used when processing messages).
Gender for an agent voice.
Model for an agent voice.
Whether the voice is in the deprecation warning window
Date the voice becomes retired and can no longer be saved or selected
Whether the voice is force-retired regardless of sunset_date
Voice substituted at runtime for critical features once this one is retired
Effective deprecation state of a model, resolved against a reference date.
Example response
[
{
"supported_languages": [
{
"name": "English"
}
]
}
]