List all voices available to the user
get/list-voices
Response
Successfully retrieved all voices.
Example response
[
{
"voice_id": "retell-Cimo",
"voice_name": "Adrian",
"provider": "elevenlabs",
"accent": "American",
"gender": "male",
"age": "Young",
"preview_audio_url": "https://retell-utils-public.s3.us-west-2.amazonaws.com/adrian.mp3"
}
]Changes
Changed in 3 of the 28 revisions of this API.21
- ○
removed the
deepgramenum value from theitems/providerresponse property for the response status200response-property-enum-value-removed
- ○
- ●
added the new
platformenum value to theitems/providerresponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
fish_audioenum value to theitems/providerresponse property for the response status200response-property-enum-value-added
- ●