Localize Cartesia Voice
Localize a curated Cartesia voice across configured supported languages. Returns 202 Accepted immediately. The actual localization runs as a background task and updates per-language status in the database. Poll GET /voice-settings/localize/status to track progress.
Localize a curated Cartesia voice across configured supported languages.
Returns 202 Accepted immediately. The actual localization runs as a background task and updates per-language status in the database. Poll GET /voice-settings/localize/status to track progress.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/configuration/voice-settings/localize" \ -H "Content-Type: application/json" \ -d '{ "voice_key": "string" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}