Documentation

VoolMotion documentation.

Everything you can do in VoolMotion — from your account to exporting a video — plus the Rendering API for automating your whole catalog.

GuidesAPI Reference
Guides

Using VoolMotion

Step-by-step guides for every action, from account to export.

Quick Start

Create your account, pick a template, fill four fields and export your first MP4 — a five-minute walkthrough.

Read guide →

Account

Sign up, sign in with email or Google, verify your email, reset your password and manage your profile.

Manage your account →

Plans & Billing

Compare plans, upgrade or downgrade, understand billing and cancellation, and the free-plan watermark.

Plans & billing →

Editor

Edit text and media, work with scenes and layers, add animations and effects, and apply your brand kit.

Use the editor →

Export Video

Preview, choose a format, render the MP4 and download it — plus how to cancel an export.

Export your video →
Developers

Build with the API

Reference for the JSON templates, the Rendering API and webhooks.

JSON Template Reference

Every template's variable schema — field names, types, character limits and accepted image ratios for each slot.

View reference →

Rendering API

POST a JSON payload of variables, get a rendered MP4 back. Authentication, rate limits and format options.

Explore API →

Webhooks

Subscribe to render.completed and render.failed events to wire renders into your pipeline.

Set up webhooks →
Rendering API

One request. One ad.

Send your product data as JSON. We render the locked template and return a download URL.

POST /v1/renderscURL
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"
    }
  }'
Build with the API

Automate your whole catalog.