Generate a brand-consistent image
generate_imageGenerates brand-consistent images from text prompts, applying the project's palette and visual tone automatically. Poll returned job ID for completion.
Instructions
Generate a brand-consistent image (uses the project's color palette and visual tone automatically). Returns a Job ID; poll with get_job until status is 'completed'. Pass key to make the image addressable later via GET /v1/images/{key} (recommended). Costs ~40 credits per image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Stable key to bind the result to (e.g. 'hero.background'); future calls can fetch by key. | |
| style | No | Visual style, e.g. 'photorealistic', 'editorial_illustration', 'minimal_geometric'. | |
| prompt | Yes | Subject / scene description, e.g. 'Serene yoga studio at dawn, soft sage tones, no people'. | |
| aspect_ratio | No | Aspect ratio. Defaults to 16:9. |