Programmatic video generation
Replace Manual video reports with an automated video API
Swap manual editing for deterministic JSON-based rendering. Move from Manual report editing to JSON-driven video generation.
Input
Manual report editing
->
Output
Branded MP4 video
Concrete JSON example
{
"template": "weekly-summary-v1",
"data": {
"title": "Automated report video",
"metrics": [
{
"label": "Hours saved",
"value": 18
},
{
"label": "Videos shipped",
"value": 42
},
{
"label": "Consistency",
"value": 100
}
]
},
"brand": "acme"
}Architecture
Data source / event
↓
Rendivia Render API
↓
Queue + Workers
↓
Remotion templates
↓
Branded MP4 + webhookHow it works
- Send structured JSON with a template ID and data payload.
- Rendivia renders a deterministic MP4 using Remotion templates.
- Receive a webhook and download the branded video.