Clone
Create a reusable, persisted character image
Generates a photoreal character identity image from a text prompt, optionally guided by one HTTPS reference image, and persists it durably under an id. Returns the character id plus a CDN-hosted image URL; reuse the id later via cloneStartingImage’s characterId or fetch it again with GET /v1/characters/. Synchronous; typically completes within a minute. Shares the daily clone admission limit.
POST
Create a reusable, persisted character image
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
The request has succeeded.
Create a reusable, persisted character image