Developers

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.

POST /v1/jobs

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.

MCP · clipfoundry

Async by design

  1. 1
    POST /v1/jobs with a script, style, voice and aspect ratio.
  2. 2
    Stream /v1/jobs/:id/events (SSE) — or poll GET /v1/jobs/:id — to watch each step.
  3. 3
    Receive a signed CDN URL when status is done. Post it anywhere.

Built for production

Async & resumable

Jobs return instantly and resume from the last checkpoint if a step fails — no re-billing for completed work.

Idempotent

POST /v1/jobs honors an Idempotency-Key, so a retried request never renders — or bills — twice.

Predictable pricing

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.