Closed Beta

Video infrastructure for developers

Powerful media processing, delivered as API, MCP, and SDK

render.ts
Simple Integration

How it works

Two steps. That's it.

Step 1

Send JSON

POST your composition spec to our API. Use Rendley SDK format, our unified JSON, or any supported format.

Step 2

Get media

Receive your rendered video, processed audio, or transformed images via webhook or polling.

import { Rendobar } from '@rendobar/sdk';

const rendobar = new Rendobar('YOUR_API_KEY');

const result = await rendobar.render({
  composition: {
    sources: [{ id: 'video1', url: 'https://...' }],
    clips: [{ sourceId: 'video1', start: 0, end: 30 }],
    output: { format: 'mp4', width: 1920, height: 1080 }
  }
});

console.log(result.url);
Use Cases

Built for your workflow

From AI agents to video editors, Rendobar adapts to how you build.

AI Agents & Automation

Enable AI agents to create and manipulate media programmatically. MCP integration for seamless agent workflows.

Learn more

E-commerce

Turn product photos into video ads. Generate slideshows, add text overlays, and create social-ready content.

Learn more

Social Media Tools

Resize, crop, and add captions for every platform. Repurpose long-form content into clips automatically.

Learn more

Marketing Platforms

Template-based video generation at scale. Dynamic content, brand assets, and batch rendering for campaigns.

Learn more

Video Editors

Power your editor with server-side rendering. Export from Rendley SDK or custom formats to production video.

Learn more
Limited spots available

Request early access

Join the closed beta and be among the first to build with Rendobar. We'll reach out with your access credentials.

Free during beta
Priority support
Shape the roadmap