Skip to main content
GET
/
api
/
audio
/
tts
/
voices
List Tts Voices
curl --request GET \
  --url https://api.example.com/api/audio/tts/voices
[
  {
    "id": "<string>",
    "name": "<string>",
    "provider": "<string>"
  }
]

Query Parameters

provider
string
required

TTS provider (e.g., 'elevenlabs')

Response

Successful Response

id
string
required
name
string
required
provider
string
required