Download compiled timeline
post/timeline_v2/download
Request body
Example request
{
"timeline_id": "timeline-12345",
"format": "mp4",
"quality": "high"
}Response
Download initiated
Example response
{
"success": true,
"status": "processing",
"data": {
"id": "job-123",
"output_url": "https://api.videodb.io/async-response/job-123"
}
}