generate_image
Render an on-brand image from a template and your data, and return the image. Use list_templates first to see template ids and their variables. 1 credit per image; cost returned in _meta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | png | |
| verify | No | Strings that must render as visible text. The result reports whether each one landed (found and not clipped) — use it to confirm the exact values you passed made it into the image. | |
| receipt | No | Return a render receipt: image_sha256, the text that actually rendered, per-string checks + misses, viewport, and timing. Lets you trust the render without looking at the pixels. | |
| template | Yes | Template id from list_templates: a built-in (e.g. og-article) or one of your own tpl_... ids. | |
| modifications | No | variable -> value overrides, e.g. {"title":"...","accent":"#b45cff"}. |