Ship faceless video from your own app.
The same engine behind Clip Foundry, exposed as an async REST API and a native MCP server. POST a brief, get a ready-to-post video back — no render pipeline to build or maintain.
One call, a video back
POST a script (or a topic), a style, a voice and an aspect ratio. The job runs asynchronously and returns a jobId immediately. Output is vertical, square or wide.
Drive it from an AI agent
A native MCP server lets Claude, Cursor or any MCP client run the engine directly — create_short, get_balance, get_job. Your agent plans the content; the engine renders it.
Async by design
- 1POST /v1/jobs with a script, style, voice and aspect ratio.
- 2Stream /v1/jobs/:id/events (SSE) — or poll GET /v1/jobs/:id — to watch each step.
- 3Receive a signed CDN URL when status is done. Post it anywhere.
Built for production
Jobs return instantly and resume from the last checkpoint if a step fails — no re-billing for completed work.
POST /v1/jobs honors an Idempotency-Key, so a retried request never renders — or bills — twice.
You're billed in tokens, quoted before the job runs. Provider price swings never reach your bill.
Start building today
7,500 free tokens on sign-up, no card required. Full REST + MCP reference lives in the docs.