v1

latestOpenAPI 3.0.02026-07-26152942.8 KB
custom_voices

Get single cloned voice

Gets details of a specific custom (cloned) voice by ID.

get/v1/custom-voices/{voice_id}

Path parameters

voice_idstring required

Response

Custom voice details

voice_idstring required

Unique identifier for the voice

namestring required

Name of the voice

descriptionstring nullable

Description of the voice

Example response

{
  "voice_id": "voice_123456789",
  "name": "My Custom Voice",
  "description": "A warm and friendly voice for customer service"
}