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

# Timeless API

> Build integrations with the Timeless meeting intelligence platform.

The Timeless API gives you programmatic access to your meetings, transcripts, recordings, documents, and rooms. Use it to build integrations, automate workflows, and extend Timeless into your own applications.

## Get started

<Columns cols={2}>
  <Card title="API reference" icon="book" href="/api-reference/introduction">
    Authentication, error handling, rate limits, and pagination.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/api-reference/webhooks/create-webhook">
    Get notified when transcripts and summaries are ready.
  </Card>
</Columns>

## Endpoints

<Columns cols={2}>
  <Card title="Meetings" icon="calendar" href="/api-reference/meetings/list-meetings">
    List meetings, get recordings, and fetch transcripts.
  </Card>

  <Card title="Rooms" icon="door-open" href="/api-reference/rooms/list-rooms">
    Browse and search your meeting rooms.
  </Card>

  <Card title="Documents" icon="file-lines" href="/api-reference/documents/get-document">
    Retrieve AI-generated meeting documents in multiple formats.
  </Card>

  <Card title="Upload" icon="upload" href="/api-reference/upload/upload-media">
    Upload audio and video files for transcription and analysis.
  </Card>
</Columns>
