Skip to content

Developer Docs

Generate faceless videos programmatically - REST API, MCP server, webhooks and code examples.

๐Ÿ“ก

API reference

Generate videos, check status and manage renders over REST.

๐Ÿ”‘

Authentication

API keys, Bearer tokens and key management.

๐Ÿ“„

OAuth 2.0

Delegated, revocable account access for third-party apps - Authorization Code + PKCE.

๐Ÿ“„

Sandbox (test mode)

Build and test your integration without spending credits.

๐Ÿ“„

TypeScript SDK

Official typed client: generate, poll, publish, verify webhooks.

๐Ÿช

Webhooks

Get notified when a render completes or fails.

๐Ÿค–

MCP server

Drive Reeloop from AI agents via the Model Context Protocol.

๐Ÿšฆ

Rate limits

Request budgets, 429s and how to stay under the limit.

๐Ÿ’ป

Code examples

Copy-paste snippets in curl, JavaScript and Python.

โš ๏ธ

Errors

Error shape, status codes and what each means.

Quickstart

Create a key in Settings โ†’ API, then generate a video in one call. Every endpoint lives under https://reeloop.ai/api/v1.

curl -X POST https://reeloop.ai/api/v1/generate \
  -H "Authorization: Bearer fl_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"topic": "5 facts about the ocean nobody knows"}'

# -> { "jobId": "7c9e2a1d-...", "status": "awaiting_approval" }

curl https://reeloop.ai/api/v1/status/7c9e2a1d-... \
  -H "Authorization: Bearer fl_your_api_key"
Drafts are free
A new job parks at awaiting_approval with the full script and its exact credit cost. Nothing is charged until you POST to /approve - so you can build and inspect the whole flow before spending anything.
Test keys cost nothing
A key minted in test mode carries the fl_test_ prefix and runs the entire path - auth, rate limits, validation - with a simulated render. Use one while wiring your webhook or polling loop.
Growth or Pro
The API and MCP server are available on those plans, checked on every request. A key minted on Growth stops working if the account later drops below it.

Ready to build?

Create an API key in Settings โ†’ API and make your first call.

Start for free โ†’

1 free video ยท no credit card