---
title: "Get Single Frame"
method: GET
path: "/v1/videos/{video_id}/frames/{frame_id}"
tags: ["Video Emotion API"]
---

# Get Single Frame

`GET /v1/videos/{video_id}/frames/{frame_id}`

Get a unique frame details based on video_id and frame_id

## Path parameters

- `video_id` string, required — The unique video ID of the video for which the frame to be fetched.
- `frame_id` string, required — The unique frame ID of the frame to be fetched.

## Response `200`

Successful Response

- FramesResponse — Model for a single video frame with face data. Attributes: original_frame_image (str): Unprocessed frame image. frame_image (str): Processed frame image with annotations. found_faces (List[int]): List of detected face IDs. timestamp (int): Timestamp of the frame in milliseconds. faces (List[BoundingBox]): Face details including bounding boxes. frame_id (int): Frame identifier. note (str): Optional notes or remarks.
  - `original_frame_image` string
  - `frame_image` string
  - `found_faces` integer[]
  - `timestamp` integer
  - `faces` BoundingBox[]
  - `frame_id` integer
  - `note` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/4a61d1ac9025/schema)
