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

# Streaming & Playback

> Generate streams and manage thumbnails

Generate streaming URLs and manage video thumbnails.

## Endpoints

<CardGroup cols={2}>
  <Card icon="plus" title="Create Thumbnail" href="/api-reference/videos/streaming/create_video_thumbnail">
    Generate a thumbnail
  </Card>

  <Card icon="list" title="List Thumbnails" href="/api-reference/videos/streaming/list_video_thumbnails">
    Get all thumbnails
  </Card>

  <Card icon="image" title="Get Thumbnail" href="/api-reference/videos/streaming/get_video_thumbnail">
    Retrieve thumbnail details
  </Card>

  <Card icon="play" title="Generate Stream" href="/api-reference/videos/streaming/generate_video_stream">
    Create streaming URL
  </Card>
</CardGroup>
