The media processing API for developers and agents

Purpose-built for video processing. Designed for the AI era.

New QR Code Generation
watermark.apply
$0.05 complete
qr.generate
$0.01 complete
raw.ffmpeg
running
caption.extract
$0.12 complete
compliance.gdpr.redact
$0.15 complete
Built for developers
Rendobar gives you a REST API, MCP tools, SDKs, webhooks, SSE, and a live playground.
One job, any media
Rendobar adapts to your input. Same endpoint handles video, images, and audio.
Designed for scale
Rendobar runs on serverless infrastructure.
From one job to millions, zero overhead.

Process any media with one API call

Watermark, transcode, caption, redact, and render — all through a unified REST API. No SDKs required.

  1. 1.0 Watermark
  2. 1.1 Transcode
  3. 1.2 Caption
  4. 1.3 GDPR Redact
// Add a watermark — one API call
fetch("https://api.rendobar.com/jobs", {
  method: "POST",
  headers: { "Authorization": "Bearer rb_..." },
  body: JSON.stringify({
    type:   "watermark.apply",
    inputs: { source: "https://cdn.example.com/clip.mp4" },
    params: { text: "© Acme Corp", position: "bottom-right" }
  })
})

Build with AI agents via MCP

Native Model Context Protocol support. Your AI agents can process media autonomously — no human in the loop required.

  1. 2.0 MCP Tools
  2. 2.1 Raw FFmpeg
  3. 2.2 QR Generate
// AI agent submits a job via MCP
Tool: rendobar__submit_job
Params: {
  type:   "qr.generate",
  params: {
    content: { type: "url", url: "https://rendobar.com" },
    style: { dotStyle: "dots", size: 512 }
  }
}

// → { id: "job_abc123", status: "complete", url: "data:image/png;base64,..." }

Monitor usage and control costs

Credit-based billing with real-time usage tracking. Start free, scale when ready. No per-seat pricing.

  1. 3.0 Dashboard
  2. 3.1 Analytics
  3. 3.2 Webhooks

Free

$0/mo

$5 / month included

Starter

$19/mo

$100 / month included

Pro

$49/mo

$500 / month included

Scale

$149/mo

$2,000 / month included

View full pricing

What developers are saying

"The API just works. We replaced three different services with one Rendobar call."

Alex Chen

CTO, StreamCo

"Rendobar's MCP integration changed how our AI agents handle media. Zero glue code."

Sarah Kim

Head of Engineering, AutoClip

Rendobar processes over 10,000 jobs daily — from solo developers to enterprise teams.

Read the docs

Built for the future.

Available today.

Free tier included. No credit card required. Start processing media in minutes.