Skip to main content

Templates & Bulk Renders

Templates

The Templates page lists your stored templates — projects saved with Save as template in the editor or created via the API.

Templates with their tpl_ ids
Templates with their tpl_ ids

Each template shows its tpl_… id — the handle you pass to POST /api/render/api-key with per-render variables. From the detail page you can preview the template, inspect its variables, duplicate it, or open it in the editor.

Bulk renders

The Bulk renders section manages template + many variable sets batches:

Creating a bulk render: pick a template, add items
Creating a bulk render: pick a template, add items
  • New batch — choose a template, then add items manually or import a CSV (one column per variable, one row per output video).
  • Validation is best-effort: rows that fail validation are listed with their errors; fix and resubmit just the failed rows without re-running the rest.
Batch list with per-item progress
Batch list with per-item progress

The batch detail page shows a grid of every item — status, output link, credits — and exports the results (including output URLs) back to CSV for downstream use.