Update Voice
Path parameters
id
The ID of the voice.
Headers
X-API-Key
Cartesia-Version
Request
This endpoint expects an object.
name
The name of the voice.
description
The description of the voice.
Response
This endpoint returns an object.
id
The ID of the voice.
is_owner
Whether the current user is the owner of the voice.
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).
embedding
The vector embedding of the voice. Only included when expand
includes embedding
.
is_starred
Whether the current user has starred the voice. Only included when expand
includes is_starred
.