Intro Templates

Templates available for the branding.intro slot on create_video and combine_video_clips, with their config field keys and object shape.

Templates for the intro slot of the branding param on create_video and combine_video_clips. An intro is overlaid on the first 3 seconds of the video.

Available templates

Template IDNameText fields
big-and-boldBig and Boldintro_text - Intro text
white-on-blackWhite on Blackintro_text - Intro text
simple-whiteSimple Whiteintro_text - Intro text
newly-listedNewly Listedheading - Heading, details - Details
open-house-blue-bannerOpen Househeading - Heading, details - Details
modern-treehouseModern Treehouseline_1 - Line 1, line_2 - Line 2, line_3 - Line 3 , badge - Badge
circle-openerCircle Openertitle - Title, subtitle - Subtitle
open-house-frameOpen House Frametitle - Title , subtitle - Subtitle, badge - Badge
dream-homeDream Homesubtitle - Subtitle, title - Title
gold-frameGold Frametitle - Title, subtitle - Subtitle, detail - Detail, highlight_1 - Highlight 1, highlight_2 - Highlight 2 , highlight_3 - Highlight 3

Object structure

This object is the value of branding.intro in the create_video / combine_video_clips request body:

{
  "template": "gold-frame",
  "config": {
    "title": { "value": "Just Listed", "scale": 1.2 },
    "subtitle": { "value": "$650,000" },
    "detail": { "value": "123 Anywhere St,\nAny City, CD 12345" },
    "highlight_1": { "value": "3 beds" },
    "highlight_2": { "value": "2 baths" },
    "highlight_3": { "value": "1,200 sqft" }
  }
}

Every text field takes value and an optional scale, a size multiplier from 0.25 to 3 (default 1). Swap template and the config keys for any other template above - the shape is identical.