Generate faceless videos programmatically - REST API, MCP server, webhooks and code examples.
Generate videos, check status and manage renders over REST.
API keys, Bearer tokens and key management.
Delegated, revocable account access for third-party apps - Authorization Code + PKCE.
Build and test your integration without spending credits.
Official typed client: generate, poll, publish, verify webhooks.
Get notified when a render completes or fails.
Drive Reeloop from AI agents via the Model Context Protocol.
Request budgets, 429s and how to stay under the limit.
Copy-paste snippets in curl, JavaScript and Python.
Error shape, status codes and what each means.
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"Create an API key in Settings โ API and make your first call.
Start for free โ1 free video ยท no credit card