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 ID | Name | Text fields |
|---|---|---|
big-and-bold | Big and Bold | intro_text - Intro text |
white-on-black | White on Black | intro_text - Intro text |
simple-white | Simple White | intro_text - Intro text |
newly-listed | Newly Listed | heading - Heading, details - Details |
open-house-blue-banner | Open House | heading - Heading, details - Details |
modern-treehouse | Modern Treehouse | line_1 - Line 1, line_2 - Line 2, line_3 - Line 3 , badge - Badge |
circle-opener | Circle Opener | title - Title, subtitle - Subtitle |
open-house-frame | Open House Frame | title - Title , subtitle - Subtitle, badge - Badge |
dream-home | Dream Home | subtitle - Subtitle, title - Title |
gold-frame | Gold Frame | title - 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.
