Skip to main content
POST
Download compiled timeline
Download a generated timeline stream as a downloadable video file in MP4 format. After creating a timeline, use this endpoint to export it for sharing or offline use.
  • Download requires a valid stream URL from a generated timeline
  • Downloads are processed asynchronously and return a download URL
  • Video format is MP4 with standard codec support
  • Downloaded files can be shared, archived, or used in other applications
  • Check the status field to track download progress

Create Timeline v2

Generate timeline to download

Connection API

API authentication and connection

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Body

application/json
timeline_id
string
required
Example:

"timeline-12345"

format
enum<string>
Available options:
mp4,
webm,
avi
Example:

"mp4"

quality
enum<string>
Available options:
low,
medium,
high
Example:

"high"

Response

200 - application/json

Download initiated

success
boolean
Example:

true

status
enum<string>
Available options:
processing,
done,
failed
Example:

"processing"

data
object