Generate and publish faceless short-form video from your own code, workflow, or AI agent - the same pipeline the dashboard uses, with a real free test path before you spend a credit.
Generate a video, poll its status, and publish it to connected accounts programmatically - the same generation and publishing pipeline the dashboard uses.
02
MCP server
Native Model Context Protocol tools (including estimate_cost and get_channel_recommendations) so an AI agent can plan and generate video without a human driving the dashboard.
03
Official SDKs
@reeloop/sdk (JavaScript/TypeScript) and reeloop-sdk (Python) wrap the REST API with typed methods, kept in CI against the live API.
04
Webhooks
A webhook URL on generation requests gets a callback when a video finishes rendering, instead of polling.
05
Sandbox test keys
A dedicated sandbox key type exercises the full request path (auth, rate limiting, moderation) without spending real credits - for integration testing before going live.
FAQ
Questions, answered.
Is there an API for generating faceless video programmatically?
Yes - a REST API generates and publishes video through the same pipeline as the dashboard, plus an MCP server for AI agents and official JS/TS and Python SDKs.
Is there an MCP server for AI video generation?
Yes. It exposes tools including cost estimation and channel recommendations, so an agent can plan a video (and its cost) before generating it.
Does the API support webhooks?
Yes - pass a webhook URL with a generation request and get a callback when the video finishes rendering, instead of polling for status.
Can I test the API without spending credits?
Yes - sandbox test keys exercise the full request path (authentication, rate limiting, moderation) without spending real credits, for integration testing before going live.
Does the API auto-publish to social platforms?
Yes - the same publishing flow the dashboard uses, to TikTok, YouTube Shorts and Instagram Reels.