Get Frame Extraction
Retrieve details about a specific frame extraction including its frames
Documentation Index
Fetch the complete documentation index at: https://docs.cloudglue.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the frame extraction to retrieve
Query Parameters
Number of frames to return
1 <= x <= 100Offset from the start of the frames list
x >= 0Response
Frame extraction details
Unique identifier for the frame extraction job
Status of the frame extraction job
pending, processing, completed, failed Unix timestamp in milliseconds when the frame extraction was created
x >= 0ID of the file this frame extraction belongs to
Configuration for frame extraction. Currently only supports uniform strategy.
Total number of frames extracted (only present when status is completed)
x >= 0Frame data with pagination (only present when status is completed and frames exist)