v28

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-05-2887246443.7 KB

List all voices available to the user

get/list-voices

Response

Successfully retrieved all voices.

voice_idstring required

Unique id for the voice.

voice_namestring required

Name of the voice.

provider'elevenlabs' | 'openai' | 'cartesia' | 'minimax' | 'fish_audio' | 'platform' required

Indicates the provider of voice.

accentstring

Accent annotation of the voice.

gender'male' | 'female' required

Gender of voice.

agestring

Age annotation of the voice.

preview_audio_urlstring

URL to the preview audio of the 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"
  }
]