Core Timeline Examples

These are copyable building blocks for the Timeline API.

Use them when recipe abstractions are not enough and you need explicit layer control.

All examples are compatible with POST https://api.reelforger.com/v1/videos/render.

Example groups

Stitching and sequencing

  1. Stitch Together Videos
  2. Stitch Video and Audio
  3. Stitch Together Images

Layout and overlays

  1. Split Screen
  2. Text Overlays
  3. Caption Examples
  1. Draft your render manifest
  2. Validate with POST https://api.reelforger.com/v1/videos/validate
  3. Render with POST https://api.reelforger.com/v1/videos/render
  4. Retrieve output using GET https://api.reelforger.com/v1/jobs/{jobId} or webhooks

Need field-level detail?

Use the Timeline API reference pages in the sidebar for:

  • request structure and required top-level keys
  • optional fields and behavior by layer type
  • jobs/webhooks and failure handling guidance