API

Video pipelines as a single POST request

Chain any of the 33 AI tools into a render pipeline, then get a signed delivery URL on your webhook.

POST /v1/renders
curl https://api.roboedit.net/v1/renders \
  -H "Authorization: Bearer $ROBOEDIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "source": "https://cdn.acme.com/raw/keynote.mp4",
    "pipeline": ["remove_silence", "auto_reframe:9x16", "captions:en"],
    "export": { "resolution": "2160p", "format": "mp4", "hdr": false },
    "webhook_url": "https://acme.com/hooks/roboedit"
  }'

Everything the dashboard does, over HTTP

Same queue, same models, same credit balance — with idempotency keys and signed webhooks.

REST API

Resource-oriented endpoints for projects, renders, assets and voices.

Webhooks

Signed events for queued, progress, completed and failed states.

SDKs

TypeScript, Python, Go and Ruby clients with typed responses.

Rate limits

60 req/min on Creator, 500 on Professional, custom on Enterprise.

OAuth 2.0

Let your users connect their own RoboEdit workspace to your app.

API keys

Scoped keys, per-key budgets and instant rotation.

Build on the RoboEdit API

Sandbox keys are free and never consume credits.