Get specific custom voice by ID

Fetches a specific Custom Voice by ID.

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

Path parameters

idstringRequiredformat: "uuid"
Identifier for a Custom Voice. Formatted as a UUID.

Headers

X-Hume-Api-KeystringRequired

Response

Success
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_modelenum

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

Allowed values:
parametersobject

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