v1

latestOpenAPI 3.1.02026-07-1381127211.1 KB
Video Emotion API

Get Multiple Frame

API to Retrieve Frames of the video based on video_id.

get/v1/videos/{video_id}/frames

Path parameters

video_idstring required

The unique video ID of the video for which the frames to be fetched

The unique video ID of the video for which the frames to be fetched

Query parameters

start_framestring

The frame number from which retrieval should begin. Defaults to the start of the video if not provided.

The frame number from which retrieval should begin. Defaults to the start of the video if not provided.

lengthstring

The number of frames to retrieve, starting from 'start_frame'. If omitted, all available frames will be returned.

The number of frames to retrieve, starting from 'start_frame'. If omitted, all available frames will be returned.

face_idsstring

Optional comma-separated list of face IDs (e.g., '1,2,3')

Optional comma-separated list of face IDs (e.g., '1,2,3')

Response

Successful Response