v1
latestOpenAPI 3.0.12026-07-2696152184.1 KBVoices
Update Voice
Update the name, description, and gender of a voice. To set the gender back to the default, set the gender to null. If gender is not specified, the gender will not be updated.
patch/voices/{id}
Path parameters
idstring required
The ID of the voice. Find one in the Voice Library or via List Voices.
Headers
Cartesia-Version'2026-03-01' date required
Example:2026-03-01
API version header.
Request body
Response
Example response
{
"id": "db6b0ed5-d5d3-463d-ae85-518a07d3c2b4",
"is_owner": false,
"access": {
"type": "public",
"visibility": "all"
},
"name": "Skylar",
"tagline": "Friendly Guide",
"description": "Approachable American female ideal for customer care and support.",
"gender": "feminine",
"language": "en",
"country": "US",
"created_at": "2026-03-31T17:37:05.961874Z",
"is_public": true
}