Skip to main content
RENDIVIA

Use case

Weekly metrics video for Biotech / Pharma

Automatically turn weekly KPIs into a branded video summary using an API.

Why Biotech / Pharma teams still ship reports manually

  • Trial updates are slow to compile and distribute.
  • Stakeholders need consistent progress reporting.
  • Manual summaries delay decisions.
  • Sites need a clear, repeatable recap format.

Automate weekly metrics video with an API

  • Trigger the workflow when a weekly report is ready happens.
  • POST structured data to /render using template weekly-summary-v1.
  • Render asynchronously at scale and receive a webhook when the MP4 is ready.
  • Deliver the video via secure portal, email, or internal dashboard.

Input (structured data)

{
  "brand": "biotech-pharma",
  "data": {
    "adverseEvents": 6,
    "cycleTime": "12d",
    "highlight": "trials",
    "kpis": {
      "adverseEvents": 6,
      "cycleTime": "12d",
      "patientsEnrolled": 412,
      "protocolDeviations": 3,
      "sitesActive": 24
    },
    "patientsEnrolled": 412,
    "period": "2026-W05",
    "protocolDeviations": 3,
    "sitesActive": 24
  },
  "template": "weekly-summary-v1"
}

Output (deterministic MP4)

  • 45-60s MP4 video
  • Brand colors, logo, and typography applied
  • Charts rendered from provided KPIs
  • Webhook includes output URL and metadata

Architecture

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

How it works

Pick a template

Use a versioned template such as weekly-summary-v1.

Send data

POST metrics JSON to /render with your API key.

Render async

We queue the job and render reliably at scale.

Receive the result

Get a webhook with the MP4 URL when done.

Benefits

  • Automate study progress recaps.
  • Deliver consistent updates across sites.
  • Deterministic output you can trust in production.
  • A repeatable workflow triggered by a weekly report is ready.

Common questions

Is the output deterministic?

Yes. Templates are versioned and the same input produces the same output.

How do I deliver the video?

Use the webhook URL to embed in-app or send via email/portal.

Related

Generate weekly metrics video via API

Create an API key and render your first weekly metrics video in minutes.

Get API key