Skip to main content
POST
Compile editor timeline
Compile a timeline created in the visual editor into a playable stream. The timeline payload includes tracks with clips and their configurations.
  • Compilation is asynchronous; the response includes an async response ID
  • The timeline payload should include tracks with clip definitions
  • Use the async response endpoint to poll for completion

Download Timeline

Download the compiled output

Create Timeline v2

Programmatic timeline creation

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Body

application/json

Timeline compilation payload with tracks and clips

Response

200 - application/json

Timeline compilation started

success
boolean
Example:

true

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

"processing"

data
object