> ## 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.

# Collections

> Organize and manage video collections

Collections group videos for organization and scoped operations.

## Endpoints

<CardGroup cols={2}>
  <Card icon="plus" title="Create Collection" href="/api-reference/collections/create_collection">
    Create a new collection
  </Card>

  <Card icon="list" title="List Collections" href="/api-reference/collections/list_collections">
    Get all collections
  </Card>

  <Card icon="folder-open" title="Get Collection" href="/api-reference/collections/get_collection">
    Retrieve collection details
  </Card>

  <Card icon="pen" title="Update Collection" href="/api-reference/collections/update_collection">
    Modify collection metadata
  </Card>

  <Card icon="trash" title="Delete Collection" href="/api-reference/collections/delete_collection">
    Remove a collection
  </Card>

  <Card icon="upload" title="Upload to Collection" href="/api-reference/collections/upload_to_collection">
    Add media to collection
  </Card>

  <Card icon="search" title="Search Collection" href="/api-reference/collections/search_collections">
    Search across collection
  </Card>

  <Card icon="upload" title="Get Upload URL" href="/api-reference/collections/get_upload_url">
    Get presigned upload URL
  </Card>

  <Card icon="plug" title="Get WebSocket" href="/api-reference/collections/get_websocket">
    Get real-time WebSocket URL
  </Card>

  <Card icon="heading" title="Search by Title" href="/api-reference/collections/search_title">
    Search media by title
  </Card>

  <Card icon="globe" title="Web Search" href="/api-reference/collections/search_web">
    Web search in collection
  </Card>
</CardGroup>
