Extract multiple frames from a video file at evenly distributed timestamps.
cURL
curl --request POST \ --url https://fluxerusercontent.com/_frames \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "<string>", "upload_filename": "<string>" } '
{ "frames": [ { "timestamp": 123, "mime_type": "<string>", "base64": "<string>" } ] }
Internal service authentication using Bearer token
Frame extraction request for uploaded files
"upload"
Filename in the uploads bucket
Frames extracted successfully
Response from frame extraction
Extracted video frames
Show child attributes