v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
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.

languagesstring[] required

Languages an agent can be pinned to. auto follows the caller.

totalinteger

Voices in the catalog, before filtering.

Example response

{
  "items": [
    {
      "id": "aura-2-celeste-es",
      "name": "celeste",
      "language": "es"
    }
  ]
}