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

# Images

> Manage images and generate URLs

Manage images and generate access URLs.

## Endpoints

<CardGroup cols={2}>
  <Card icon="list" title="List Images" href="/api-reference/images/list_images">
    Get all images
  </Card>

  <Card icon="image" title="Get Image" href="/api-reference/images/get_image">
    Retrieve image details
  </Card>

  <Card icon="trash" title="Delete Image" href="/api-reference/images/delete_image">
    Remove image
  </Card>

  <Card icon="link" title="Generate URL" href="/api-reference/images/generate_image_url">
    Create access URL
  </Card>

  <Card icon="pen" title="Update Image" href="/api-reference/images/update_image">
    Update image metadata
  </Card>
</CardGroup>
