Skip to main content
RENDIVIA

Programmatic video generation

Replace Screen recording workflow with an automated video API

Replace screen recordings with API-driven videos. Move from Screen recording tools to JSON-driven video generation.

Input

Screen recording tools

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 + webhook

How 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.