create_character
Create a new, empty Flow character (just gets you an entity_id — no portrait/body, no description yet). Plain HTTP, no browser involved.
Low-level building block — for "make me a character from a description and generate
its portrait", call create_character_from_description instead of this; it does this
step plus the two below in the right order for you.
Next steps after you have entity_id, IN THIS ORDER (reversing them 500s on the first
portrait write, confirmed live 2026-07-25): 1) update_character with
personality_notes (and display_name) — the slot generation below needs a saved
description to succeed at all; 2) generate_character_image with
character_slot_index=0 (portrait), then =1 (body) — each slot accepts exactly ONE
write, a second call into an already-filled slot 500s rather than overwriting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes |