Tools
Character Image Sheet
Generates a multi-pose character sheet from one prompt or reference image
POST
cURL
Request body
multipart/form-data
character_image(file, optional): Character image input, max15MBcharacter_prompt(string, optional): Text prompt to define the characterwebhook_url(string, optional): Must be a valid URLresolution("2K" | "4K", optional): Defaults to"2K"
Validation rules
- You must provide at least one of:
character_imagecharacter_prompt
- If both are missing, validation fails with:
"Must provide character_image or character_prompt."
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
cURL