Retrieve details of a specific voice
get/get-voice/{voice_id}
Path parameters
voice_idstring required
Example:retell-Cimo
Unique id for the voice.
Response
Successfully retrieved a voice.
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"
}