Motivational Reel

Kinetic three-line monologue over a runner, sunrise payoff and one-word closer.

Type
Video
Format
Instagram Reel · 9:16
Orientation
Portrait
Duration
12.6s
Scenes
2
Render cost
$0.00315 / render
Variablesvideo
Open in editor

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

Customize Motivational Reel

Motivational Reel is a ready-to-render Content creator / social video design formatted for Instagram Reel · 9:16 with 2 scenes and support for variables, video. 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.

channelNameText
@relentless.mind
line1Text
Nobody is coming to save you.
line2Text
That's not a threat.
line3Text
It's the permission slip.
closingWordText
GO.
ctaTextText
Follow if you needed this
sunriseVideoMedia URL
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": "social-motivational-reel",
  "resolution": "instagram-reel",
  "frameRate": 30,
  "backgroundColor": "#0C0C0E",
  "outputFormat": "mp4",
  "variables": {
    "channelName": "@relentless.mind",
    "line1": "Nobody is coming to save you.",
    "line2": "That's not a threat.",
    "line3": "It's the permission slip.",
    "closingWord": "GO.",
    "ctaText": "Follow if you needed this",
    "runVideo": "https://videos.pexels.com/video-files/6483127/6483127-hd_1080_1920_30fps.mp4",
    "sunriseVideo": "https://videos.pexels.com/video-files/32634790/13916180_1080_1920_25fps.mp4",
    "musicUrl": "https://cdn.pixabay.com/audio/2026/02/24/audio_3f375fdf97.mp3"
  },
  "scenes": [
    {
      "id": "grind",
      "duration": 8.2,
      "backgroundColor": "#0C0C0E",
      "transition": "fadewhite",
      "transitionId": "release",
      "transitionDuration": 0.6,
      "visuals": [
        {
          "type": "VIDEO",
          "src": "{{runVideo}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "volume": 0,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 8.2
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 8.2,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='smrShade' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#0C0C0E' stop-opacity='0.5'/><stop offset='0.5' stop-color='#0C0C0E' stop-opacity='0.28'/><stop offset='1' stop-color='#0C0C0E' stop-opacity='0.72'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#smrShade)'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 820,
          "width": 920,
          "anchor": "top-center",
          "track": 3,
          "enterBegin": 0.4,
          "enterEnd": 0.8,
          "enterAnimation": "circleopen",
          "exitBegin": 2.6,
          "exitEnd": 3,
          "exitAnimation": "fade",
          "style": {
            "fontFamily": "Anton"
          },
          "html": "<div style='text-align:center; color:#FFFFFF; font-size:96px; line-height:1.04; letter-spacing:1px; text-shadow:0 6px 40px rgba(12,12,14,0.9);'>{{line1}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 860,
          "width": 920,
          "anchor": "top-center",
          "track": 4,
          "enterBegin": 3.1,
          "enterEnd": 3.5,
          "enterAnimation": "circleopen",
          "exitBegin": 5.2,
          "exitEnd": 5.6,
          "exitAnimation": "fade",
          "style": {
            "fontFamily": "Anton"
          },
          "html": "<div style='text-align:center; color:#D3D3D6; font-size:84px; line-height:1.05; letter-spacing:1px; text-shadow:0 6px 40px rgba(12,12,14,0.9);'>{{line2}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 860,
          "width": 920,
          "anchor": "top-center",
          "track": 5,
          "enterBegin": 5.7,
          "enterEnd": 6.1,
          "enterAnimation": "circleopen",
          "exitEnd": 8.2,
          "style": {
            "fontFamily": "Anton"
          },
          "html": "<div style='text-align:center; color:#FFC93C; font-size:92px; line-height:1.04; letter-spacing:1px; text-shadow:0 6px 40px rgba(12,12,14,0.9);'>{{line3}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 150,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0,
          "exitEnd": 8.2,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='text-align:center; color:rgba(255,255,255,0.65); font-size:23px; font-weight:700; letter-spacing:6px;'>{{channelName}}</div>"
        }
      ]
    },
    {
      "id": "release",
      "duration": 5,
      "backgroundColor": "#0C0C0E",
      "visuals": [
        {
          "type": "VIDEO",
          "src": "{{sunriseVideo}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "volume": 0,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 5
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 5,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='smrEnd' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#0C0C0E' stop-opacity='0.35'/><stop offset='0.5' stop-color='#0C0C0E' stop-opacity='0.15'/><stop offset='1' stop-color='#0C0C0E' stop-opacity='0.7'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#smrEnd)'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 830,
          "width": 900,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.4,
          "enterEnd": 0.8,
          "enterAnimation": "circleopen",
          "exitEnd": 5,
          "style": {
            "fontFamily": "Anton"
          },
          "html": "<div style='text-align:center; color:#FFFFFF; font-size:230px; line-height:1; letter-spacing:6px; text-shadow:0 10px 60px rgba(12,12,14,0.8);'>{{closingWord}}</div>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 1360,
          "anchor": "top-center",
          "track": 3,
          "enterBegin": 1.1,
          "enterEnd": 1.5,
          "enterAnimation": "smoothup",
          "exitEnd": 5,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='display:inline-block; background:rgba(12,12,14,0.6); border:1.5px solid rgba(255,201,60,0.7); color:#FFC93C; border-radius:999px; padding:20px 50px; font-size:30px; font-weight:800;'>{{ctaText}}</div>"
        }
      ]
    }
  ],
  "audios": [
    {
      "src": "{{musicUrl}}",
      "volume": 0.22,
      "track": 0
    }
  ]
}

More Content creator / social templates

View all ↗

Ready to ship video at scale?

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