Car Listing Reel

Single-vehicle listing: driving hook, photo gallery (iterate), spec card and dealer CTA.

Type
Video
Format
Instagram Reel · 9:16
Orientation
Portrait
Duration
17.1s
Scenes
5
Render cost
$0.00428 / render
VariablesData-driven repeatConditional scenesvideo
Open in editor

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

Customize Car Listing Reel

Car Listing Reel is a ready-to-render Car dealer / vehicle video design formatted for Instagram Reel · 9:16 with 5 scenes and support for variables, data-driven repeat, conditional scenes, video. Open it in the editor to replace its copy and media, then render variations through the Zvid API.

14 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
Cityline Auto
dealerPhoneText
(555) 013-2040
yearText
2023
makeText
BMW
modelText
X5 xDrive40i
priceText
$52,900
showPriceToggle
on
mileageText
18,450 mi
fuelText
Hybrid
transmissionText
Automatic
locationText
Downtown Showroom
photosList · 2
labelExterior — Obsidian Black
labelInterior — Cognac Leather
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-listing-reel",
  "resolution": "instagram-reel",
  "frameRate": 30,
  "backgroundColor": "#15181D",
  "outputFormat": "mp4",
  "variables": {
    "dealerName": "Cityline Auto",
    "dealerPhone": "(555) 013-2040",
    "year": "2023",
    "make": "BMW",
    "model": "X5 xDrive40i",
    "price": "$52,900",
    "showPrice": true,
    "mileage": "18,450 mi",
    "fuel": "Hybrid",
    "transmission": "Automatic",
    "location": "Downtown Showroom",
    "hookVideo": "https://videos.pexels.com/video-files/13229471/13229471-hd_1080_1920_60fps.mp4",
    "photos": [
      {
        "image": "https://images.pexels.com/photos/19361878/pexels-photo-19361878.jpeg?auto=compress&cs=tinysrgb&w=1620",
        "label": "Exterior — Obsidian Black"
      },
      {
        "image": "https://images.pexels.com/photos/31885500/pexels-photo-31885500.jpeg?auto=compress&cs=tinysrgb&w=1620",
        "label": "Interior — Cognac Leather"
      }
    ],
    "musicUrl": "https://cdn.pixabay.com/audio/2026/02/24/audio_3f375fdf97.mp3"
  },
  "scenes": [
    {
      "id": "hook",
      "duration": 3.8,
      "backgroundColor": "#15181D",
      "transition": "smoothleft",
      "transitionId": "gallery",
      "transitionDuration": 0.55,
      "visuals": [
        {
          "type": "VIDEO",
          "src": "{{hookVideo}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "volume": 0,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 3.8
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 3.8,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='alrShade' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#15181D' stop-opacity='0.5'/><stop offset='0.45' stop-color='#15181D' stop-opacity='0.05'/><stop offset='1' stop-color='#15181D' stop-opacity='0.88'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#alrShade)'/><rect x='80' y='134' width='300' height='54' rx='27' fill='rgba(21,24,29,0.7)' stroke='rgba(232,199,102,0.6)' stroke-width='1.5'/><text x='230' y='170' text-anchor='middle' font-family='Arial' font-size='24' font-weight='700' letter-spacing='2' fill='#E8C766'>JUST LISTED</text></svg>"
        },
        {
          "type": "TEXT",
          "x": 80,
          "y": 1440,
          "width": 920,
          "anchor": "top-left",
          "track": 2,
          "enterBegin": 0.4,
          "enterEnd": 0.9,
          "enterAnimation": "smoothup",
          "exitEnd": 3.8,
          "style": {
            "fontFamily": "Sora"
          },
          "html": "<div style='color:#E8C766; font-size:30px; font-weight:800; letter-spacing:3px;'>{{year}} {{make}}</div><div style='margin-top:8px; color:#F5F6F8; font-size:82px; line-height:0.98; font-weight:800; letter-spacing:-2px;'>{{model}}</div>"
        }
      ]
    },
    {
      "id": "gallery",
      "iterate": "photos",
      "iterateAs": "photo",
      "duration": 3.2,
      "backgroundColor": "#15181D",
      "transition": "fade",
      "transitionId": "specs",
      "transitionDuration": 0.5,
      "visuals": [
        {
          "type": "IMAGE",
          "src": "{{photo.image}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "zoom": true,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 3.2
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 3.2,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='galShade' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#15181D' stop-opacity='0.25'/><stop offset='0.6' stop-color='#15181D' stop-opacity='0.02'/><stop offset='1' stop-color='#15181D' stop-opacity='0.78'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#galShade)'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 80,
          "y": 1700,
          "width": 920,
          "anchor": "top-left",
          "track": 3,
          "enterBegin": 0.25,
          "enterEnd": 0.65,
          "enterAnimation": "smoothleft",
          "exitEnd": 3.2,
          "style": {
            "fontFamily": "Sora"
          },
          "html": "<div style='display:inline-block; background:rgba(21,24,29,0.8); border-radius:12px; padding:14px 28px; color:#F5F6F8; font-size:27px; font-weight:700;'><span style='color:#E8C766;'>●</span>&nbsp; {{photo.label}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 96,
          "anchor": "center-center",
          "track": 2,
          "enterBegin": 0,
          "exitEnd": 3.2,
          "style": {
            "fontFamily": "Sora"
          },
          "html": "<div style='color:rgba(245,246,248,0.75); font-size:23px; font-weight:700; letter-spacing:5px;'>{{year}} {{make}} {{model}}</div>"
        }
      ]
    },
    {
      "id": "specs",
      "duration": 4.6,
      "backgroundColor": "#15181D",
      "transition": "smoothup",
      "transitionId": "dealer",
      "transitionDuration": 0.55,
      "visuals": [
        {
          "type": "IMAGE",
          "src": "{{photos.0.image}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "opacity": 0.3,
          "filter": {
            "saturate": 0.8
          },
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 4.6
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 4.6,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><rect width='1080' height='1920' fill='rgba(21,24,29,0.55)'/><rect x='84' y='470' width='912' height='980' rx='44' fill='rgba(21,24,29,0.85)' stroke='rgba(232,199,102,0.4)' stroke-width='1.5'/><path d='M84 700 H996' stroke='rgba(245,246,248,0.1)' stroke-width='1.5'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 150,
          "y": 540,
          "width": 800,
          "anchor": "top-left",
          "track": 2,
          "enterBegin": 0.2,
          "enterEnd": 0.6,
          "enterAnimation": "smoothup",
          "exitEnd": 4.6,
          "style": {
            "fontFamily": "Sora"
          },
          "html": "<div style='color:#F5F6F8; font-size:52px; font-weight:800; letter-spacing:-1px;'>{{year}} {{make}} {{model}}</div>"
        },
        {
          "type": "TEXT",
          "x": 150,
          "y": 760,
          "width": 800,
          "anchor": "top-left",
          "track": 3,
          "enterBegin": 0.5,
          "enterEnd": 1,
          "enterAnimation": "smoothup",
          "exitEnd": 4.6,
          "style": {
            "fontFamily": "Sora"
          },
          "html": "<div style='color:#F5F6F8;'><div style='display:flex; gap:18px;'><div style='flex:1; background:rgba(245,246,248,0.06); border:1px solid rgba(245,246,248,0.12); border-radius:20px; padding:26px 20px; text-align:center;'><div style='font-size:22px; color:#9AA3B2; font-weight:700; letter-spacing:2px;'>MILEAGE</div><div style='margin-top:10px; font-size:36px; font-weight:800;'>{{mileage}}</div></div><div style='flex:1; background:rgba(245,246,248,0.06); border:1px solid rgba(245,246,248,0.12); border-radius:20px; padding:26px 20px; text-align:center;'><div style='font-size:22px; color:#9AA3B2; font-weight:700; letter-spacing:2px;'>FUEL</div><div style='margin-top:10px; font-size:36px; font-weight:800;'>{{fuel}}</div></div></div><div style='display:flex; gap:18px; margin-top:18px;'><div style='flex:1; background:rgba(245,246,248,0.06); border:1px solid rgba(245,246,248,0.12); border-radius:20px; padding:26px 20px; text-align:center;'><div style='font-size:22px; color:#9AA3B2; font-weight:700; letter-spacing:2px;'>GEARBOX</div><div style='margin-top:10px; font-size:36px; font-weight:800;'>{{transmission}}</div></div><div style='flex:1; background:rgba(245,246,248,0.06); border:1px solid rgba(245,246,248,0.12); border-radius:20px; padding:26px 20px; text-align:center;'><div style='font-size:22px; color:#9AA3B2; font-weight:700; letter-spacing:2px;'>LOCATION</div><div style='margin-top:10px; font-size:30px; font-weight:800;'>{{location}}</div></div></div></div>"
        },
        {
          "type": "TEXT",
          "condition": "{{showPrice}}",
          "x": 150,
          "y": 1230,
          "anchor": "top-left",
          "track": 4,
          "enterBegin": 1.1,
          "enterEnd": 1.5,
          "enterAnimation": "circleopen",
          "exitEnd": 4.6,
          "style": {
            "fontFamily": "Sora"
          },
          "html": "<div style='display:inline-block; background:#E8C766; color:#15181D; border-radius:22px; padding:20px 48px; font-size:64px; font-weight:800;'>{{price}}</div>"
        }
      ]
    },
    {
      "id": "dealer",
      "duration": 4.4,
      "backgroundColor": "#15181D",
      "visuals": [
        {
          "type": "IMAGE",
          "src": "{{photos.0.image}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "zoom": true,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 4.4
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 4.4,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='dlrShade' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#15181D' stop-opacity='0.62'/><stop offset='0.5' stop-color='#15181D' stop-opacity='0.4'/><stop offset='1' stop-color='#15181D' stop-opacity='0.94'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#dlrShade)'/><rect x='110' y='1210' width='860' height='128' rx='32' fill='#E8C766'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 820,
          "width": 940,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.25,
          "enterEnd": 0.75,
          "enterAnimation": "smoothup",
          "exitEnd": 4.4,
          "style": {
            "fontFamily": "Sora"
          },
          "html": "<div style='text-align:center; color:#F5F6F8; font-size:70px; line-height:1.05; font-weight:800;'>Book your<br>test drive today.</div><div style='margin-top:18px; text-align:center; color:#B8BFC9; font-size:29px; font-weight:600;'>Inspected · Warrantied · Ready to go</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 1274,
          "anchor": "center-center",
          "track": 4,
          "enterBegin": 0.85,
          "enterEnd": 1.25,
          "enterAnimation": "fade",
          "exitEnd": 4.4,
          "style": {
            "fontFamily": "Sora"
          },
          "html": "<div style='text-align:center; color:#15181D; font-size:40px; font-weight:800;'>📞 {{dealerPhone}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 1420,
          "anchor": "top-center",
          "track": 3,
          "enterBegin": 1.1,
          "enterEnd": 1.5,
          "enterAnimation": "fade",
          "exitEnd": 4.4,
          "style": {
            "fontFamily": "Sora"
          },
          "html": "<div style='text-align:center; color:#9AA3B2; font-size:26px; font-weight:700; letter-spacing:4px;'>{{dealerName}} · {{location}}</div>"
        }
      ]
    }
  ],
  "audios": [
    {
      "src": "{{musicUrl}}",
      "volume": 0.18,
      "track": 0
    }
  ]
}

More Car dealer / vehicle templates

View all ↗

Ready to ship video at scale?

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