Generate videos from JSON templates.
RenderMe is a fast, secure video engine. Bring your assets, define a template, call our API — get high‑quality MP4s back in minutes.
No sign‑in required — subscribe to get an API key instantly.
curl example
curl -X POST https://renderme.nl/api/v1/jobs \
-H 'Authorization: Bearer rm_...' \
-H 'Content-Type: application/json' \
-d '{
"template": {
"scenes": [
{"id": "s1", "duration": 2, "assets": {"image": "img1.source"}},
{"id": "s2", "duration": 2, "assets": {"image": "img2.source"}}
],
"modifications": {
"img1.source": "https://picsum.photos/id/237/1920/1080.jpg",
"img2.source": "https://picsum.photos/id/238/1920/1080.jpg"
}
},
"aspect_ratio": "16:9"
}'
HTTPS by default
Strict TLS, HSTS, and sanitized error surfaces.
Fast rendering
FFmpeg engine optimized for quick iteration.
Same‑origin docs
Studio and API on renderme.nl for easy testing.