Clones
Regenerate clone voice
Triggers asynchronous voice regeneration for a clone. Returns immediately with 202 Accepted. Poll GET /clones/{cloneId}/profile and check state.voice for progress.
An optional request body can include additionalInstructions to nudge the voice style (e.g. "deeper voice", "more energetic"). An empty body performs a standard regeneration.
post/public/v1/clones/{cloneId}/voice/generate
Path parameters
cloneIdstring required
Request body
Response
Generation started
Example response
{
"status": "generating"
}