Create Voice

POST

Create a new voice with a given name, description, and embedding.

Headers

Auth
X-API-KeystringRequired
Cartesia-VersionstringRequired

The version of the Cartesia API to use.

Request

This endpoint expects an object.
namestringRequired
descriptionstringRequired
embeddinglist of doublesRequired
base_voice_idstringOptional

The ID of the base voice to associate with this voice. Used for features like voice mixing.

Response

This endpoint returns an object.
idstring
user_idstring
is_publicboolean
namestring
descriptionstring
created_atstring
embeddinglist of doubles
base_voice_idstringOptional