SUV Collection

Iterates an SUV lineup array (name, tag, spec, price, image) between an intro and CTA; edit the suvs list to restock.

Type
Video
Format
1080×1920
Orientation
Portrait
Duration
17.4s
Scenes
5
Render cost
$0.00435 / render
VariablesData-driven repeat
Open in editor

Free template · opens in the editor, no account required.

Customize SUV Collection

SUV Collection is a ready-to-render Car dealer / vehicle video design formatted for 1080×1920 with 5 scenes and support for variables, data-driven repeat. Open it in the editor to replace its copy and media, then render variations through the Zvid API.

9 variables: Every value below is a variable you can override — send them in the variables field of the render request (or edit them in the editor) to generate on-brand versions at scale.

dealerNameText
SUMMIT AUTO GROUP
introKickerText
THE SUV LINEUP
introTitleText
Built for wherever<br>you're headed.
introSubText
Family-ready. Trail-tested. In stock now.
ctaTextText
See the full lineup
ctaHandleText
summitauto.com/suv
accentColorColor
#E8A94B
suvsList · 3
tag3-ROW · AWD
nameGrand Highlander
spec8 seats · 36 mpg hwy · Panoramic roof
price$41,500
tagOFF-ROAD · 4WD
nameTrailblazer TRD
specLocking diffs · Skid plates · 9.6" clearance
price$38,900
tagCOMPACT · HYBRID
nameUrban Cross
spec42 mpg city · Apple CarPlay · Lane assist
price$29,750
musicUrlMedia URL

The exact JSON payload

This is the full render config — POST it to the API, or open it in the editor to tweak.

Open in editor ↗
{
  "name": "auto-suv-collection",
  "resolution": "instagram-reel",
  "frameRate": 30,
  "backgroundColor": "#0F130F",
  "outputFormat": "mp4",
  "scenes": [
    {
      "id": "intro",
      "duration": 3.8,
      "backgroundColor": "#0F130F",
      "transition": "smoothleft",
      "transitionId": "suv",
      "transitionDuration": 0.5,
      "visuals": [
        {
          "type": "IMAGE",
          "src": "https://images.unsplash.com/photo-1706908431782-8e781d614235?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w3MDgwMTZ8MHwxfHNlYXJjaHw2fHxzdXYlMjBjYXIlMjByb2FkJTIwZHJpdmV8ZW58MHx8fHwxNzgzMjY4NjIxfDA&ixlib=rb-4.1.0&q=80&w=1080",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "exitEnd": 3.8,
          "opacity": 0.55,
          "zoom": true
        },
        {
          "type": "SVG",
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='suvIntro' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#0F130F' stop-opacity='0.9'/><stop offset='0.5' stop-color='#0F130F' stop-opacity='0.5'/><stop offset='1' stop-color='#0F130F' stop-opacity='0.96'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#suvIntro)'/><rect x='90' y='920' width='120' height='6' rx='3' fill='#E8A94B'/></svg>",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "exitEnd": 3.8
        },
        {
          "type": "TEXT",
          "html": "<div style='color:#B9C2B4; font-size:26px; font-weight:800; letter-spacing:7px;'>{{dealerName}}</div>",
          "x": 90,
          "y": 200,
          "anchor": "top-left",
          "track": 2,
          "enterBegin": 0.2,
          "enterEnd": 0.6,
          "exitEnd": 3.8,
          "enterAnimation": "fade",
          "style": {
            "fontFamily": "Sora"
          }
        },
        {
          "type": "TEXT",
          "html": "<div style='color:{{accentColor}}; font-size:27px; font-weight:800; letter-spacing:6px;'>{{introKicker}}</div><div style='margin-top:20px; color:#FFFFFF; font-size:92px; line-height:1.02; font-weight:800; letter-spacing:-2px;'>{{introTitle}}</div><div style='margin-top:56px; color:#C4CCBF; font-size:32px; font-weight:500;'>{{introSub}}</div>",
          "width": 900,
          "x": 90,
          "y": 563,
          "anchor": "top-left",
          "track": 3,
          "enterBegin": 0.4,
          "enterEnd": 0.9,
          "exitEnd": 3.8,
          "enterAnimation": "smoothup",
          "style": {
            "fontFamily": "Sora"
          }
        }
      ]
    },
    {
      "id": "suv",
      "duration": 4,
      "backgroundColor": "#0F130F",
      "transition": "smoothleft",
      "transitionId": "outro",
      "transitionDuration": 0.5,
      "visuals": [
        {
          "type": "IMAGE",
          "src": "{{s.image}}",
          "width": 1080,
          "height": 1160,
          "x": 540,
          "y": 620,
          "anchor": "center-center",
          "resize": "cover",
          "enterEnd": 0.5,
          "exitEnd": 4,
          "enterAnimation": "smoothright",
          "zoom": true
        },
        {
          "type": "SVG",
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='suvCard' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#0F130F' stop-opacity='0.2'/><stop offset='0.45' stop-color='#0F130F' stop-opacity='0.05'/><stop offset='0.7' stop-color='#0F130F' stop-opacity='0.8'/><stop offset='1' stop-color='#0F130F' stop-opacity='1'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#suvCard)'/><rect x='90' y='1150' width='6' height='560' rx='3' fill='#E8A94B'/></svg>",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "exitEnd": 4
        },
        {
          "type": "TEXT",
          "html": "<div style='display:inline-block; background:rgba(232,169,75,0.15); border:1.5px solid rgba(232,169,75,0.55); color:{{accentColor}}; border-radius:999px; padding:12px 30px; font-size:24px; font-weight:800; letter-spacing:3px;'>{{s.tag}}</div>",
          "x": 90,
          "y": 120,
          "anchor": "top-left",
          "track": 2,
          "enterBegin": 0.25,
          "enterEnd": 0.65,
          "exitEnd": 4,
          "enterAnimation": "smoothleft",
          "style": {
            "fontFamily": "Sora"
          }
        },
        {
          "type": "TEXT",
          "html": "<div style='color:#FFFFFF; font-size:80px; line-height:1; font-weight:800; letter-spacing:-2px;'>{{s.name}}</div><div style='margin-top:22px; color:#C4CCBF; font-size:30px; line-height:1.45; font-weight:500;'>{{s.spec}}</div>",
          "width": 820,
          "x": 130,
          "y": 1170,
          "anchor": "top-left",
          "track": 3,
          "enterBegin": 0.45,
          "enterEnd": 0.9,
          "exitEnd": 4,
          "enterAnimation": "smoothup",
          "style": {
            "fontFamily": "Sora"
          }
        },
        {
          "type": "TEXT",
          "html": "<div style='color:#8B968A; font-size:26px; font-weight:700; letter-spacing:2px;'>STARTING AT</div><div style='margin-top:6px; color:{{accentColor}}; font-size:64px; line-height:1; font-weight:800; letter-spacing:-1px;'>{{s.price}}</div>",
          "x": 130,
          "y": 1520,
          "anchor": "top-left",
          "track": 5,
          "enterBegin": 0.7,
          "enterEnd": 1.15,
          "exitEnd": 4,
          "enterAnimation": "smoothleft",
          "style": {
            "fontFamily": "Sora"
          }
        },
        {
          "type": "TEXT",
          "html": "<div style='color:rgba(255,255,255,0.5); font-size:22px; font-weight:700; letter-spacing:4px;'>{{dealerName}}</div>",
          "x": 540,
          "y": 1810,
          "anchor": "center-center",
          "track": 4,
          "exitEnd": 4,
          "style": {
            "fontFamily": "Sora"
          }
        }
      ],
      "iterate": "suvs",
      "iterateAs": "s"
    },
    {
      "id": "outro",
      "duration": 3.6,
      "backgroundColor": "#0F130F",
      "visuals": [
        {
          "type": "SVG",
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><radialGradient id='suvEnd' cx='0.5' cy='0.4' r='0.95'><stop offset='0' stop-color='#1B2419'/><stop offset='1' stop-color='#0F130F'/></radialGradient></defs><rect width='1080' height='1920' fill='url(#suvEnd)'/><rect x='56' y='56' width='968' height='1808' rx='30' fill='none' stroke='rgba(232,169,75,0.3)' stroke-width='1.5'/><path d='M430 640 L540 560 L650 640 M540 560 V820' stroke='#E8A94B' stroke-width='9' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>",
          "width": 1080,
          "height": 1920,
          "exitEnd": 3.6
        },
        {
          "type": "TEXT",
          "html": "<div style='text-align:center; color:#FFFFFF; font-size:72px; line-height:1.08; font-weight:800; letter-spacing:-2px;'>Your next<br>adventure vehicle.</div>",
          "width": 900,
          "x": 540,
          "y": 960,
          "anchor": "top-center",
          "track": 1,
          "enterBegin": 0.3,
          "enterEnd": 0.75,
          "exitEnd": 3.6,
          "enterAnimation": "smoothup",
          "style": {
            "fontFamily": "Sora"
          }
        },
        {
          "type": "TEXT",
          "html": "<div style='display:inline-block; background:{{accentColor}}; color:#0F130F; border-radius:999px; padding:26px 62px; font-size:36px; font-weight:800;'>{{ctaText}}</div>",
          "x": 540,
          "y": 1300,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.75,
          "enterEnd": 1.2,
          "exitEnd": 3.6,
          "enterAnimation": "smoothup",
          "style": {
            "fontFamily": "Sora"
          }
        },
        {
          "type": "TEXT",
          "html": "<div style='text-align:center; color:#7C877A; font-size:27px; font-weight:700; letter-spacing:3px;'>{{ctaHandle}}</div>",
          "x": 540,
          "y": 1470,
          "anchor": "top-center",
          "track": 3,
          "enterBegin": 1.05,
          "enterEnd": 1.45,
          "exitEnd": 3.6,
          "enterAnimation": "fade",
          "style": {
            "fontFamily": "Sora"
          }
        }
      ]
    }
  ],
  "audios": [
    {
      "src": "{{musicUrl}}",
      "volume": 0.15
    }
  ],
  "variables": {
    "dealerName": "SUMMIT AUTO GROUP",
    "introKicker": "THE SUV LINEUP",
    "introTitle": "Built for wherever<br>you're headed.",
    "introSub": "Family-ready. Trail-tested. In stock now.",
    "ctaText": "See the full lineup",
    "ctaHandle": "summitauto.com/suv",
    "accentColor": "#E8A94B",
    "suvs": [
      {
        "tag": "3-ROW · AWD",
        "name": "Grand Highlander",
        "spec": "8 seats · 36 mpg hwy · Panoramic roof",
        "price": "$41,500",
        "image": "https://images.pexels.com/photos/17624317/pexels-photo-17624317.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
      },
      {
        "tag": "OFF-ROAD · 4WD",
        "name": "Trailblazer TRD",
        "spec": "Locking diffs · Skid plates · 9.6\" clearance",
        "price": "$38,900",
        "image": "https://images.pexels.com/photos/15549900/pexels-photo-15549900.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
      },
      {
        "tag": "COMPACT · HYBRID",
        "name": "Urban Cross",
        "spec": "42 mpg city · Apple CarPlay · Lane assist",
        "price": "$29,750",
        "image": "https://images.pexels.com/photos/33192069/pexels-photo-33192069.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
      }
    ],
    "musicUrl": "https://cdn.pixabay.com/audio/2025/04/21/audio_ed6f0ed574.mp3"
  }
}

More Car dealer / vehicle templates

View all ↗

Ready to ship video at scale?

Start free — your first render is only a JSON payload away.