Get specific custom voice by ID

GET

Fetches a specific Custom Voice by ID.

Refer to our voices guide for details on creating a custom voice.

Path parameters

idstringRequired
Identifier for a Custom Voice. Formatted as a UUID.

Response

This endpoint returns an object.
idstring
Identifier for a Custom Voice. Formatted as a UUID.
versioninteger

Version number for a Custom Voice.

Custom Voices, Prompts, Configs, and Tools are versioned. This versioning system supports iterative development, allowing you to progressively refine configurations and revert to previous versions if needed.

Version numbers are integer values representing different iterations of the Custom Voice. Each update to the Custom Voice increments its version number.

namestring
The name of the Custom Voice. Maximum length of 75 characters.
created_onlong
Time at which the Custom Voice was created. Measured in seconds since the Unix epoch.
modified_onlong
Time at which the Custom Voice was last modified. Measured in seconds since the Unix epoch.
base_voiceenum
The base voice used to create the Custom Voice.
parameter_model"20240715-4parameter"

The name of the parameter model used to define which attributes are used by the parameters field. Currently, only 20240715-4parameter is supported as the parameter model.

parametersobject

The specified attributes of a Custom Voice. If a parameter’s value is 0 (default), it will not be included in the response.