npm i @rendley/sdk import { Engine } from '@rendley/sdk'const engine = await Engine.create()await engine.addClip('intro.mp4')await engine.export() // WebCodecs
A real editing engine that renders in the browser.
VEED exposes an AI video API for generation, lip sync, and editing endpoints, derived from its consumer editor. Rendley is developer-first: an in-browser editing SDK, a REST API, and a hosted MCP server, all built on the same engine.
VEED API surfaces AI video endpoints (generation, lip sync, editing) from VEED’s consumer editor. It overlaps with Rendley on AI and editing endpoints, but is derived from a consumer product, with no confirmed in-browser SDK or MCP server. Rendley is developer-first across three surfaces: an in-browser editing engine, a REST API, and a hosted MCP server.
npm i @rendley/sdk import { Engine } from '@rendley/sdk'const engine = await Engine.create()await engine.addClip('intro.mp4')await engine.export() // WebCodecs
A real editing engine that renders in the browser.
curl api.rendley.com/v1/agent/sessions \ -H "Authorization: Bearer $KEY" \ -d '{ "prompt": "30s launch promo" }' # poll the job, then pull a signed URL
Prompt to video from one deterministic endpoint.
# mcp.rendley.com — Apache-2.0claude mcp add rendley \ https://mcp.rendley.com "Cut a 15s teaser from these clips"
Hosted server, 18 tools, open source.
Rendley’s SDK is a real in-browser editing engine that developers embed. VEED’s API exposes endpoints derived from its consumer editor, without a confirmed in-browser SDK.
Both expose an API. Rendley’s REST API covers uploads, editing, exports, jobs, and a prompt-to-video agent with a deterministic edit spec.
Rendley ships an official hosted MCP server so agents can drive editing directly. VEED has no confirmed MCP server.
Both lean into AI. Rendley aggregates 25+ models from many vendors inside one project with per-call cost endpoints.
| Rendley Studio | VEED API | |
|---|---|---|
| Positioning | Developer-first video platform (SDK + API + MCP) | AI video API derived from a consumer editor |
| In-browser editing SDK | Yes — @rendley/sdk renders client-side (WebCodecs/WebGL) | No confirmed in-browser SDK |
| REST API | Yes — api.rendley.com/v1, OpenAPI, jobs + signed URLs | Yes — generation, lip sync, and editing endpoints |
| Official MCP server | Yes — hosted, 18 tools | No confirmed MCP server |
| Prompt-to-video agent | Yes — /agent/sessions endpoint | AI generation endpoints |
| AI generation models | 25+ aggregated (Veo, Kling, Seedance, Sora, Flux, DALL-E…) | AI generation and lip sync |
| Object storage region | EU — Hetzner, Nuremberg (Germany) | Check vendor docs |
| Pricing model | Plans + credits: Free, $15, $30, $70/mo (1 credit = $0.01) | Not public on the API page — contact/usage-based (verify at source) |
Competitor details are from public pricing and documentation and can change. Verify current specifics on the vendor’s own site.
Generate clips, images, and voiceovers without leaving the editor. New models are added as they launch.
Free to start, with no length caps. Try it on a real project.