> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videodb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Timeline & Compilation

> Create and compile video timelines

Create video timelines and compile them into streams or downloads.

## Endpoints

<CardGroup cols={2}>
  <Card icon="plus" title="Create Timeline" href="/api-reference/timeline/create_timeline">
    Create timeline (v1)
  </Card>

  <Card icon="plus" title="Create Timeline v2" href="/api-reference/timeline/create_timeline_v2">
    Create timeline (v2)
  </Card>

  <Card icon="download" title="Download Timeline" href="/api-reference/timeline/download_timeline">
    Export timeline as file
  </Card>

  <Card icon="film" title="Compile Timeline" href="/api-reference/timeline/compile_timeline">
    Generate stream from timeline
  </Card>
</CardGroup>

<Note>
  See also the [Editor](/api-reference/editor/index) endpoints for visual editor timeline compilation.
</Note>
