build_character_prompts
Build a consistent prompt set for one human character: a canonical image prompt with every appearance fact labelled, negative prompts that stop traits like glasses or a cane from vanishing, a video prompt, and optionally a contact sheet that holds everything fixed and walks one axis. Works with any image or video model. Text keeps wardrobe and framing stable; for the same FACE across images, generate the canonical frame once and pass it back as a reference image (has_reference). Paid per call over x402: the first attempt answers HTTP 402 with the price. Invalid arguments are refused before any payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | What to call the character in the prompt. Optional. | |
| video | No | The clip. | |
| traits | No | Details models tend to drop. Include a key only if the character has it. | |
| choices | No | The shot. Unset axes use neutral defaults. | |
| walk_axis | No | Return a contact sheet: one prompt per option of this axis, everything else held. | |
| appearance | No | The canon. Every prompt carries it verbatim. At least one field, or a trait, is required. | |
| custom_traits | No | ||
| has_reference | No | True when a canonical image will be attached; the prompts then defer the face to it. |