Skip to main content
GET
Get a specific frame extraction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

frame_extraction_id
string<uuid>
required

The ID of the frame extraction to retrieve

Query Parameters

limit
integer

Number of frames to return

Required range: 1 <= x <= 100
offset
integer

Offset from the start of the frames list

Required range: x >= 0

Response

Frame extraction details

frame_extraction_id
string<uuid>
required

Unique identifier for the frame extraction job

status
enum<string>
required

Status of the frame extraction job

Available options:
pending,
processing,
completed,
failed
created_at
number
required

Unix timestamp in milliseconds when the frame extraction was created

Required range: x >= 0
file_id
string<uuid>
required

ID of the file this frame extraction belongs to

frame_extraction_config
object
required

Configuration for frame extraction. Currently only supports uniform strategy.

frame_count
number

Total number of frames extracted (only present when status is completed)

Required range: x >= 0
data
object

Frame data with pagination (only present when status is completed and frames exist)