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