Render an adapted library example
render_from_exampleRender a video or image from a library example by providing new variable values, keeping the original layout and animations intact. Returns job ID and reusable template ID.
Instructions
The EASIEST premium render path: pick a library example and supply new VARIABLE VALUES (copy, media URLs, colors) — the server fetches the example, saves it as a template, dry-runs your variables, and queues the render, keeping the example's designed layout/animations fully intact. Use start_from_example first to see the variable names and defaults. Provide only declared variables; unknown names are reported. Spends credits like create_render; returns jobId + the created templateId for reuse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Output/job name (letters, digits, spaces, _ and - only) | |
| slug | Yes | Library example slug to render | |
| overrides | No | Optional output overrides applied on top of the payload/template. | |
| variables | No | New values for the example's declared variables (see start_from_example adaptationMap.variables). Omitted variables keep their defaults. |