List available voices
Retrieve a list of available voices from one or all TTS providers. When provider is specified, returns voices for that provider only. Otherwise, returns voices from all providers.
Some providers (ElevenLabs, Resemble) require an API key to list voices.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter voices by provider. If omitted, voices from all providers are returned.
Available options:
aws, telnyx, azure, elevenlabs, minimax, rime, resemble, xai API key for providers that require one to list voices (e.g. ElevenLabs).
Response
List of available voices.
List of available voices.
JavaScript