ClipLoop Developer Docs
Programmable video generation for developers and product teams. Generate promo videos, scene specs, and video artifacts from an API.
✨ Current API
The first public endpoint is Weekly Promo — generate a short-form promo video from a URL and a weekly update.
ClipLoop is an API-first platform. Send structured inputs, receive video artifacts. No browser UI required. The dashboard is one consumer — you can build your own.
Key concepts
| API Key | Scoped bearer token for authentication. Created in the dashboard. |
| Credits | Pay-per-use unit. 5 generation credits per weekly promo API call. |
| Idempotency Key | Prevents double charges. Same key + same body = cached result. |
| Scope | API keys require weekly_promo:generate for the promo endpoint. |
Quick links
Quickstart
Create account, generate API key, make your first request
Authentication
Bearer keys, scopes, and security best practices
Examples
cURL, JavaScript, and Node.js code samples
Error Codes
HTTP status codes and structured error bodies
Get started
Create your first API key and make a test request.
⚠️ The raw API key is shown only once at creation. Store it securely. Never log full keys.
Generate API Key →