Skip to main content
POST
/
_frames
Extract video frames
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Internal service authentication using Bearer token

Body

application/json

Frame extraction request for uploaded files

type
string
required
Allowed value: "upload"
upload_filename
string
required

Filename in the uploads bucket

Response

Frames extracted successfully

Response from frame extraction

frames
object[]
required

Extracted video frames