Skip to main content
GET
/
v1
/
voices
List aggregated TTS voices
curl --request GET \
  --url https://api.vatel.ai/v1/voices \
  --header 'Authorization: Bearer <token>'
{
  "voices": [
    {
      "id": "<string>",
      "name": "<string>",
      "provider": "elevenlabs",
      "languages": [
        "<string>"
      ],
      "description": "<string>",
      "preview_url": "<string>",
      "featured": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Send your organization API key as Authorization: Bearer <key>.

Response

Voice catalog

voices
object[]
required

Merged voices from available providers.