Voice
List Voices
List all voices available to the user
GET
Authorizations
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Response
200
application/json
Successfully retrieved all voices.
Unique id for the voice.
Example:
"11labs-Adrian"
Name of the voice.
Example:
"Adrian"
Indicates the provider of voice.
Available options:
elevenlabs
, openai
, deepgram
Example:
"elevenlabs"
Gender of voice.
Available options:
male
, female
Example:
"male"
Accent annotation of the voice.
Example:
"American"
Age annotation of the voice.
Example:
"Young"
URL to the preview audio of the voice.
Example:
"https://retell-utils-public.s3.us-west-2.amazonaws.com/adrian.mp3"
Was this page helpful?