Templates available for the branding.outro slot on create_video and combine_video_clips, with their config field keys and object shape.
Templates for the outro slot of the branding param on create_video and
combine_video_clips. An outro is appended as a 3-second end card after the
last clip.
Available templates
| Template ID | Name | Text fields | Image fields |
|---|---|---|---|
classic | Classic | outro_text - Outro text | profile_picture - Profile Picture, brand_logo - Brand Logo |
classic-dark | Classic Dark | outro_text - Outro text | profile_picture - Profile Picture, brand_logo - Brand Logo |
classic-duo | Duo | person_1 - Person 1, person_2 - Person 2 | profile_picture - Profile Picture, profile_picture_2 - Profile Picture 2, brand_logo - Brand Logo |
Note that image fields are set via the url key, while text fields are set via the value key. See the object structure below.
Object structure
This object is the value of branding.outro in the create_video / combine_video_clips request body:
{
"template": "classic",
"config": {
"outro_text": { "value": "Jane Doe\n(415) 555-0137" },
"profile_picture": { "url": "https://cdn.example.com/jane.jpg" },
"brand_logo": { "url": "https://cdn.example.com/logo.png" }
}
}Text fields still take value and scale. Image fields take url only.
