Property Tour Slideshow

Address + price cover, then one scene per room from a `rooms` array, agent outro.

Type
Video
Format
Instagram Reel · 9:16
Orientation
Portrait
Duration
18.45s
Scenes
6
Render cost
$0.00461 / render
VariablesData-driven repeat
Open in editor

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

Customize Property Tour Slideshow

Property Tour Slideshow is a ready-to-render Real estate video design formatted for Instagram Reel · 9:16 with 6 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.

agencyNameText
Grove & Key Realty
addressText
17 Birchwood Lane
priceText
$925,000
tourLabelText
60-second walkthrough
agentNameText
Dana Whitfield
agentPhoneText
(555) 210-8890
coverImageMedia URL
roomsList · 4
labelLiving room
detailDouble-height ceilings, afternoon sun
labelKitchen
detailMarble island, brass fittings, gas range
labelPrimary bedroom
detailGarden view and a walk-in wardrobe
labelBathroom
detailMarble double vanity, rain shower
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": "realty-property-tour",
  "resolution": "instagram-reel",
  "frameRate": 30,
  "backgroundColor": "#171410",
  "outputFormat": "mp4",
  "variables": {
    "agencyName": "Grove & Key Realty",
    "address": "17 Birchwood Lane",
    "price": "$925,000",
    "tourLabel": "60-second walkthrough",
    "agentName": "Dana Whitfield",
    "agentPhone": "(555) 210-8890",
    "coverImage": "https://images.pexels.com/photos/16631149/pexels-photo-16631149.jpeg?auto=compress&cs=tinysrgb&w=1620",
    "rooms": [
      {
        "label": "Living room",
        "detail": "Double-height ceilings, afternoon sun",
        "image": "https://images.pexels.com/photos/34964854/pexels-photo-34964854.jpeg?auto=compress&cs=tinysrgb&w=1620"
      },
      {
        "label": "Kitchen",
        "detail": "Marble island, brass fittings, gas range",
        "image": "https://images.pexels.com/photos/20348123/pexels-photo-20348123.jpeg?auto=compress&cs=tinysrgb&w=1620"
      },
      {
        "label": "Primary bedroom",
        "detail": "Garden view and a walk-in wardrobe",
        "image": "https://images.pexels.com/photos/19980080/pexels-photo-19980080.jpeg?auto=compress&cs=tinysrgb&w=1620"
      },
      {
        "label": "Bathroom",
        "detail": "Marble double vanity, rain shower",
        "image": "https://images.pexels.com/photos/11701113/pexels-photo-11701113.jpeg?auto=compress&cs=tinysrgb&w=1620"
      }
    ],
    "musicUrl": "https://cdn.pixabay.com/audio/2025/04/21/audio_ed6f0ed574.mp3"
  },
  "scenes": [
    {
      "id": "cover",
      "duration": 3.6,
      "backgroundColor": "#171410",
      "transition": "smoothleft",
      "transitionId": "room",
      "transitionDuration": 0.55,
      "visuals": [
        {
          "type": "IMAGE",
          "src": "{{coverImage}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "zoom": true,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 3.6
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 3.6,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='rptShade' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#171410' stop-opacity='0.5'/><stop offset='0.45' stop-color='#171410' stop-opacity='0.06'/><stop offset='1' stop-color='#171410' stop-opacity='0.88'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#rptShade)'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 165,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.2,
          "enterEnd": 0.6,
          "enterAnimation": "smoothdown",
          "exitEnd": 3.6,
          "style": {
            "fontFamily": "Manrope"
          },
          "html": "<div style='display:inline-block; background:rgba(23,20,16,0.8); border:1.5px solid rgba(224,197,148,0.6); color:#E0C594; border-radius:999px; padding:16px 40px; font-size:26px; font-weight:800; letter-spacing:4px;'>🏠 {{tourLabel}}</div>"
        },
        {
          "type": "TEXT",
          "x": 80,
          "y": 1500,
          "width": 920,
          "anchor": "top-left",
          "track": 3,
          "enterBegin": 0.55,
          "enterEnd": 1.05,
          "enterAnimation": "smoothup",
          "exitEnd": 3.6,
          "style": {
            "fontFamily": "Playfair Display"
          },
          "html": "<div style='color:#F5F0E6; font-size:72px; line-height:1.05; font-weight:700;'>{{address}}</div><div style='margin-top:14px; color:#E0C594; font-size:52px; font-weight:700;'>{{price}}</div>"
        }
      ]
    },
    {
      "id": "room",
      "iterate": "rooms",
      "iterateAs": "room",
      "duration": 3.4,
      "backgroundColor": "#171410",
      "transition": "smoothleft",
      "transitionId": "closing",
      "transitionDuration": 0.6,
      "visuals": [
        {
          "type": "IMAGE",
          "src": "{{room.image}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "zoom": true,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 3.4
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 3.4,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='rptRoom' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#171410' stop-opacity='0.22'/><stop offset='0.6' stop-color='#171410' stop-opacity='0.02'/><stop offset='1' stop-color='#171410' stop-opacity='0.8'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#rptRoom)'/><rect x='80' y='1580' width='8' height='190' rx='4' fill='#E0C594'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 128,
          "y": 1595,
          "width": 860,
          "anchor": "top-left",
          "track": 3,
          "enterBegin": 0.25,
          "enterEnd": 0.7,
          "enterAnimation": "smoothup",
          "exitEnd": 3.4,
          "style": {
            "fontFamily": "Playfair Display"
          },
          "html": "<div style='color:#F5F0E6; font-size:56px; font-weight:700;'>{{room.label}}</div><div style='margin-top:10px; font-family:Manrope, sans-serif; color:#CBBFA8; font-size:27px; font-weight:500;'>{{room.detail}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 96,
          "anchor": "center-center",
          "track": 2,
          "enterBegin": 0,
          "exitEnd": 3.4,
          "style": {
            "fontFamily": "Manrope"
          },
          "html": "<div style='color:rgba(245,240,230,0.75); font-size:22px; font-weight:700; letter-spacing:5px;'>{{address}} · {{price}}</div>"
        }
      ]
    },
    {
      "id": "closing",
      "duration": 4.2,
      "backgroundColor": "#171410",
      "visuals": [
        {
          "type": "IMAGE",
          "src": "{{coverImage}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "opacity": 0.4,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 4.2
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 4.2,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='rptEnd' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#171410' stop-opacity='0.8'/><stop offset='1' stop-color='#171410' stop-opacity='0.95'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#rptEnd)'/><path d='M340 640 H740' stroke='rgba(224,197,148,0.5)' stroke-width='1.5'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 730,
          "width": 900,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.25,
          "enterEnd": 0.75,
          "enterAnimation": "smoothup",
          "exitEnd": 4.2,
          "style": {
            "fontFamily": "Playfair Display"
          },
          "html": "<div style='text-align:center; color:#F5F0E6; font-size:62px; line-height:1.18; font-weight:700;'>The photos don't<br>do the light justice.</div><div style='margin-top:20px; text-align:center; color:#CBBFA8; font-size:29px; font-family:Manrope, sans-serif;'>Book a private tour this week</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 1160,
          "anchor": "top-center",
          "track": 3,
          "enterBegin": 0.9,
          "enterEnd": 1.3,
          "enterAnimation": "circleopen",
          "exitEnd": 4.2,
          "style": {
            "fontFamily": "Manrope"
          },
          "html": "<div style='display:inline-block; background:#E0C594; color:#171410; border-radius:999px; padding:26px 62px; font-size:36px; font-weight:800;'>{{agentName}} · {{agentPhone}}</div><div style='margin-top:16px; text-align:center; color:#8D8371; font-size:24px; font-weight:600; letter-spacing:4px;'>{{agencyName}}</div>"
        }
      ]
    }
  ],
  "audios": [
    {
      "src": "{{musicUrl}}",
      "volume": 0.15,
      "track": 0
    }
  ]
}

More Real estate templates

View all ↗

Ready to ship video at scale?

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