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
- Stitch Together Videos
- Stitch Video and Audio
- Stitch Together Images
Layout and overlays
- Split Screen
- Text Overlays
- Caption Examples
Recommended execution flow
- Draft your render manifest
- Validate with
POST https://api.reelforger.com/v1/videos/validate - Render with
POST https://api.reelforger.com/v1/videos/render - 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