Skip to main content
RENDIVIA

Use case

Quarterly business review (QBR) video for Mobility / Fleet

Generate a QBR-style recap video from structured quarterly KPIs and highlights.

Why Mobility / Fleet teams still ship reports manually

  • Fleet performance updates are manual and delayed.
  • Operations teams need a clear weekly digest.
  • Data lives in multiple systems.
  • Manual recaps slow operational decisions.

Automate quarterly business review (qbr) video with an API

  • Trigger the workflow when a quarterly review is prepared happens.
  • POST structured data to /render using template qbr-summary-v1.
  • Render asynchronously at scale and receive a webhook when the MP4 is ready.
  • Deliver the video via ops dashboard, email, or Slack.

Input (structured data)

{
  "brand": "mobility-fleet",
  "data": {
    "fuelCost": 12450,
    "highlight": "vehicles",
    "highlights": "example-highlights",
    "kpis": {
      "fuelCost": 12450,
      "maintenanceIssues": 6,
      "milesDriven": 84210,
      "onTimeRate": "96%",
      "utilization": "78%"
    },
    "maintenanceIssues": 6,
    "milesDriven": 84210,
    "onTimeRate": "96%",
    "period": "2026-Q1",
    "utilization": "78%"
  },
  "template": "qbr-summary-v1"
}

Output (deterministic MP4)

  • 90-120s MP4 video
  • Quarter-over-quarter comparisons
  • Highlights section rendered as cards
  • Webhook with URL + metadata

Architecture

Data source / event
  |
  v
Rendivia Render API
  |
  v
Queue + Workers
  |
  v
Remotion templates
  |
  v
Branded MP4 + webhook

How it works

Prepare inputs

Provide quarterly KPIs and a short set of highlights.

Render via API

POST to /render with qbr-summary-v1.

Async processing

We queue and render at scale.

Share

Send the MP4 to stakeholders or embed in your portal.

Benefits

  • Automate fleet performance summaries.
  • Make route and delivery KPIs easy to understand.
  • Deterministic output you can trust in production.
  • A repeatable workflow triggered by a quarterly review is prepared.

Common questions

Can this be used for exec updates?

Yes. It's designed for leadership-friendly quarterly summaries.

Can I include charts?

Yes. Provide numeric series; the template renders charts.

Related

Generate quarterly business review (qbr) video via API

Create an API key and render your first quarterly business review (qbr) video in minutes.

Get API key