API for programmatic video
Build video generation into your product.
Create preview links, render final videos, upload files, and track credits with API-key authenticated endpoints.
Code examples
The same API works from cURL, Node.js, Python, and any HTTP client.
curl -X POST https://your-domain.com/api/v1/video \
-H "Authorization: Bearer rv_your_api_key" \
-H "Content-Type: application/json" \
-d '{"config":{"meta":{"version":"2.0.0","width":1280,"height":720,"fps":30},"tracks":[{"clips":[{"type":"text","start":0,"duration":3,"text":"Hello RenderingVideo"}]}]}}'Core endpoints
Thin product APIs backed by the migrated RenderingVideo render service.