---
title: "Download compiled timeline"
method: POST
path: "/timeline_v2/download"
---

# Download compiled timeline

`POST /timeline_v2/download`

## Request body

- object
  - `timeline_id` string, required
  - `format` 'mp4' | 'webm' | 'avi'
  - `quality` 'low' | 'medium' | 'high'

## Response `200`

Download initiated

- AsyncResponse
  - `success` boolean
  - `status` 'processing' | 'done' | 'failed'
  - `data` object
    - `id` string
    - `output_url` string

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/versions/21b1d1d3eae8/schema)
