Skip to main content
POST
Retrieve all voices available for your AI agents, including built-in voices and your custom cloned voices.

Request Body

string
Filter by provider: openai or elevenlabs.
boolean
default:true
Whether to include built-in voices in the response.

Response

array
Array of voice objects.

Voice Object

string
Voice identifier to use in agent configuration.
string
Voice display name.
string
Voice provider: openai or elevenlabs.
string
URL to preview the voice (if available).
boolean
Whether this is a custom cloned voice.