Skip to main content
Add an outro to the end of your video. Outros help wrap up content cleanly and can encourage viewers to take actions like subscribing, following, or watching the next clip.

How It Works

The Outro tile inserts an outro clip after your main content. You can choose between Mosaic’s pre-made outros or upload your own branded outro.

Input & Settings

Outro Source

Two choices:
  1. Use Mosaic Outro
    • Adds a simple, generic outro for quick exports.
  2. Use Custom Outro
    • Lets you upload your own outro, such as:
      • End cards
      • Social handles
      • Subscribe prompts
      • Brand bumpers
Use Custom if you have branding assets.

API Info

  • Node ID: cf517f33-3f78-4d55-88c2-a7d8478f8ef9

Node params

ParamTypeRequiredDefaultNotes
use_custom_outro"mosaic" | "custom"Yes"mosaic"Select built-in outro vs uploaded custom outro.
custom_outro_video_idstring (UUID)ConditionalunsetRequired when use_custom_outro="custom".

Scenario requirements

  • If use_custom_outro="custom", provide custom_outro_video_id.

Runtime notes

  • UI upload flow is MP4-focused and stores custom outro as an asset ID.

Example

{
  "use_custom_outro": "custom",
  "custom_outro_video_id": "dddddddd-eeee-ffff-0000-111111111111"
}