Skip to main content
POST
Compile timeline (v2)

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Body

application/json
request_type
enum<string>
required
Available options:
compile
Example:

"compile"

timeline
object[]
required
output_format
enum<string>
Available options:
mp4,
webm,
hls
Example:

"mp4"

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

"high"

Response

200 - application/json

Timeline compilation result

success
boolean
Example:

true

data
object