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

# Scene & Frame Analysis

> Extract and analyze video scenes and frames

Extract scenes and analyze frames using computer vision.

## Endpoints

<CardGroup cols={2}>
  <Card icon="scissors" title="Extract Scenes" href="/api-reference/videos/scenes/extract_video_scenes">
    Extract scenes from video
  </Card>

  <Card icon="list" title="Get Scenes" href="/api-reference/videos/scenes/get_video_scenes">
    Retrieve scene data
  </Card>

  <Card icon="sparkle" title="Describe Scene" href="/api-reference/videos/scenes/describe_video_scene">
    Generate scene description
  </Card>

  <Card icon="image" title="Describe Frame" href="/api-reference/videos/scenes/describe_video_frame">
    Analyze specific frame
  </Card>

  <Card icon="eye" title="Get Scene Collection" href="/api-reference/videos/scenes/get_scene_collection">
    Retrieve scene collection
  </Card>

  <Card icon="pen" title="Update Scene Collection" href="/api-reference/videos/scenes/update_scene_collection">
    Modify scene collection
  </Card>

  <Card icon="trash" title="Delete Scene Collection" href="/api-reference/videos/scenes/delete_scene_collection">
    Remove scene collection
  </Card>
</CardGroup>
