Your programmatic video activity at a glance.
Renders this month
0
Avg render time
-
Based on recent completed jobs
Success rate
-
Completed / total
| Job | Template | Status | Created | Output | Actions |
|---|---|---|---|---|---|
| No render jobs yet. | |||||
Queue your first render
Send JSON to /api/v1/render to start.
Example request
POST /api/v1/render
{
"template": "weekly-summary-v1",
"data": {
"title": "Weekly Summary",
"metrics": [
{ "label": "Revenue", "value": 12450 },
{ "label": "Users", "value": 342 }
]
},
"brand": "acme"
}