v17

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-173538121.5 KB
Voices

Get Voice

Retrieve details of a specific voice by its ID.

get/v1/voices/{voice_id}

Path parameters

voice_idinteger required

The numeric ID of the voice.

Response

Voice details.

idinteger

Unique numeric ID of the voice.

namestring

Display name of the voice.

voice_idstring

Provider-specific voice identifier used when configuring a bot.

sample_urlstring

URL to an audio sample of the voice.

providerstring

TTS provider (e.g. 'elevenlabs', 'deepgram').

genderstring

Gender of the voice (e.g. 'male', 'female').

languagestring

Primary language code.

languagesstring[]

All supported language codes.

accentstring

Accent or regional variant, if applicable.

agestring

Approximate age group (e.g. 'young', 'middle-aged').

ethnicitystring

Ethnicity descriptor, if available.

characteristicsstring[]

Descriptive tags (e.g. 'warm', 'professional', 'energetic').

descriptionstring

Free-text description of the voice.

created_atstring date-time
updated_atstring date-time