The media processing API for developers and agents

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

New FFmpeg as a Service
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,..." }

Build now. Pay later.

$5 free on signup. No credit card. No commitments.

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.