---
title: "Describe video frame"
method: POST
path: "/video/{video_id}/frame/{frame_id}/describe/"
---

# Describe video frame

`POST /video/{video_id}/frame/{frame_id}/describe/`

## Path parameters

- `video_id` string, required
- `frame_id` string, required

## Request body

- object
  - `prompt` string
  - `model_name` string

## Response `200`

Frame description generated

- object
  - `success` boolean
  - `data` object
    - `description` string

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/revisions/21b1d1d3eae8/schema)
