Create Voice
Create voice from raw features. If you'd like to clone a voice from an audio file, please use Clone Voice instead.
Headers
X-API-Key
Cartesia-Version
Request
This endpoint expects an object.
name
The name of the voice.
description
The description of the voice.
embedding
A 192-dimensional vector (i.e. a list of 192 numbers) that represents the voice.
language
The language that the given voice should speak the transcript in.
Options: English (en), French (fr), German (de), Spanish (es), Portuguese (pt), Chinese (zh), Japanese (ja), Hindi (hi), Italian (it), Korean (ko), Dutch (nl), Polish (pl), Russian (ru), Swedish (sv), Turkish (tr).
base_voice_id
Pull in features from a base voice, used for features like voice mixing.
Response
This endpoint returns an object.
id
The ID of the voice.
user_id
The ID of the user who owns the voice.
is_public
Whether the voice is publicly accessible.
name
The name of the voice.
description
The description of the voice.
created_at
The date and time the voice was created.
language
The language that the given voice should speak the transcript in.
Options: English (en), French (fr), German (de), Spanish (es), Portuguese (pt), Chinese (zh), Japanese (ja), Hindi (hi), Italian (it), Korean (ko), Dutch (nl), Polish (pl), Russian (ru), Swedish (sv), Turkish (tr).