Render API Parameters and Agent Template Support Updated
- Type: Capability change
- Published: 2026-06-29
- Effective date: 2026-06-29
- Audience: Developers calling the Render API or Intelligent Image Generation Agent API
- Action required: Render API callers should pass the new required
viewBoundparameter. To keep export or generation styles consistent, passtemplatedata when needed.
What Changed
This update includes two parts:
- The Render API uses
viewBoundto specify the export viewport:/api/render,/api/render-svg, and/api/render-tikznow useviewBoundin the request body to describe the logical viewport bounds.viewBoundis required and has the shape{ left, right, bottom, top }. The output canvas size is calculated aswidth = right - leftandheight = top - bottom. - Render API and Agent API support style templates: Render API requests can pass
templateto specify a render template. The Intelligent Image Generation endpoint/api/agent/runalso adds an optionaltemplatefield to specify the style template for generated results.
Template data is available from the Dino Geometry templates page.
Response Fields
Successful Render API responses now include more complete export metadata:
| Field | Description |
|---|---|
objectKey | Full object storage key of the exported file |
viewBound | Logical viewport bounds used for this render |
scale | Camera scale used for this render |