Agents
List agent voices
The voices an agent can speak with, for voice.ttsVoiceId. Filter by language to get the ones that speak it; a voice can still be used with language: auto, where the agent follows the caller and keeps the chosen voice.
get/v1/agents/voices
Query parameters
languagestring
Example:es
BCP-47 tag (en, es, pt-BR). Omit, or pass auto, for every voice.
Response
Available voices.
Example response
{
"items": [
{
"id": "aura-2-celeste-es",
"name": "celeste",
"language": "es"
}
]
}