Quick Start
Create your account, pick a template, fill four fields and export your first MP4 — a five-minute walkthrough.
Read guide →Everything you can do in VoolMotion — from your account to exporting a video — plus the Rendering API for automating your whole catalog.
Step-by-step guides for every action, from account to export.
Create your account, pick a template, fill four fields and export your first MP4 — a five-minute walkthrough.
Read guide →Sign up, sign in with email or Google, verify your email, reset your password and manage your profile.
Manage your account →Compare plans, upgrade or downgrade, understand billing and cancellation, and the free-plan watermark.
Plans & billing →Edit text and media, work with scenes and layers, add animations and effects, and apply your brand kit.
Use the editor →Preview, choose a format, render the MP4 and download it — plus how to cancel an export.
Export your video →Reference for the JSON templates, the Rendering API and webhooks.
Every template's variable schema — field names, types, character limits and accepted image ratios for each slot.
View reference →POST a JSON payload of variables, get a rendered MP4 back. Authentication, rate limits and format options.
Explore API →Subscribe to render.completed and render.failed events to wire renders into your pipeline.
Set up webhooks →Send your product data as JSON. We render the locked template and return a download URL.
curl https://api.voolmotion.com/v1/renders \
-H "Authorization: Bearer $VOOLMOTION_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "velocity",
"format": "9:16",
"variables": {
"product_image": "https://cdn.shop/hero.png",
"brand": "VOLTCORE",
"price": "$129.00",
"cta": "Buy Now"
}
}'