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

# Videos

> Core video operations and management

Core video management endpoints for listing, retrieving, and deleting videos.

## Endpoints

<CardGroup cols={2}>
  <Card icon="list" title="List Videos" href="/api-reference/videos/list_videos">
    Get all videos
  </Card>

  <Card icon="video" title="Get Video" href="/api-reference/videos/get_video">
    Retrieve video details
  </Card>

  <Card icon="trash" title="Delete Video" href="/api-reference/videos/delete_video">
    Remove a video
  </Card>

  <Card icon="database" title="Delete Video Storage" href="/api-reference/videos/delete_video_storage">
    Remove video from storage
  </Card>

  <Card icon="pen" title="Update Video" href="/api-reference/videos/update_video">
    Update video metadata
  </Card>
</CardGroup>
