Create image render
create_image_renderQueue a still-image render from a project JSON or image template, returning a jobId to poll for completion.
Instructions
Queue a still-image render (PNG/JPEG) from a project JSON or an image-type template. Overrides support snapshotTime, quality and transparent. Returns a jobId to poll with get_render. For NEW creative stills, first run find_matching_examples with type: "image" and adapt a library example via start_from_example instead of composing from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | No | Full Zvid project JSON (scenes, elements, output settings). Call get_project_schema for the JSON Schema, list_supported_elements / get_element_docs for element docs, and validate_project_json BEFORE rendering. | |
| template | No | Template ID, e.g. "tpl_AbC123..." (20 chars after the prefix) | |
| overrides | No | Optional output overrides applied on top of the payload/template. | |
| variables | No | Template variable values, keyed by variable name. | |
| webhookUrl | No | Optional per-job webhook URL notified on render.completed / render.failed. |