Generate character image
generate_character_imageGenerate a reference image for a character. Spends credits. Returns a job id — poll it with get_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_notes | No | Extra direction for the image. | |
| character_id | Yes | Character id. | |
| idempotency_key | Yes | Stable key identifying this generation request. Reuse the SAME key when retrying the same request — the original job is returned and no second charge is made. Use a NEW key when you deliberately want another generation. | |
| character_look_id | No | Specific look; defaults to the base look. | |
| reference_image_asset_ids | No | Existing asset ids to use as references. |