Create a new frame extraction for a file using the specified frame extraction configuration. This is an async operation that returns immediately with a ‘pending’ status. Results are cached, so identical requests will return the same frame extraction.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the file to extract frames from
Frame extraction configuration
Frame extraction configuration (root level) with optional thumbnails configuration.
Frame extraction strategy - currently only 'uniform' is supported
uniform Configuration for uniform frame extraction
Configuration for frame thumbnails. Optional.
Optional: The start time of the video in seconds to start extracting frames from
x >= 0Optional: The end time of the video in seconds to stop extracting frames at
x >= 0Frame extraction created successfully
Unique identifier for the frame extraction job
Status of the frame extraction job
pending, processing, completed, failed Unix timestamp of 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)