Render request
curl https://api.voolmotion.com/v1/renders \
-H "Authorization: Bearer $VOOLMOTION_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "spotlight",
"format": "9:16",
"variables": {
"product_image": "https://cdn.example.com/product.png",
"headline": "New drop, now live",
"price": "$48.00",
"cta": "Shop now"
}
}'Use the Rendering API when you need to generate video ads at scale from a catalog, feed or internal campaign system.