Get voice

Returns metadata about a specific voice.

Path parameters

voice_idstringRequired

ID of the voice to be used. You can use the Get voices endpoint list all the available voices.

Headers

xi-api-keystringRequired

Query parameters

with_settingsbooleanOptionalDefaults to trueDeprecated

This parameter is now deprecated. It is ignored and will be removed in a future version.

Response

Successful Response

voice_idstring

The ID of the voice.

namestring

The name of the voice.

categoryenum

The category of the voice.

labelsmap from strings to strings

Labels associated with the voice.

available_for_tierslist of strings

The tiers the voice is available for.

high_quality_base_model_idslist of strings

The base model IDs for high-quality voices.

sampleslist of objectsOptional

List of samples associated with the voice.

fine_tuningobjectOptional

Fine-tuning information for the voice.

descriptionstringOptional

The description of the voice.

preview_urlstringOptional

The preview URL of the voice.

settingsobjectOptional

The settings of the voice.

sharingobjectOptional

The sharing information of the voice.

verified_languageslist of objectsOptional

The verified languages of the voice.

safety_controlenumOptional

The safety controls of the voice.

voice_verificationobjectOptional

The voice verification of the voice.

permission_on_resourcestringOptional

The permission on the resource of the voice.

is_ownerbooleanOptional

Whether the voice is owned by the user.

is_legacybooleanOptionalDefaults to false

Whether the voice is legacy.

is_mixedbooleanOptionalDefaults to false

Whether the voice is mixed.

created_at_unixintegerOptional

The creation time of the voice in Unix time.

Errors