GET

/v1/schemas/fal/image/fal-ai%2Fffmpeg-api%2Fextract-frame

kind inputactivity imagehash 744df62dextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
video_url*stringURL of the video file to use as the video track
frame_typeenumType of frame to extract: first, middle, or last frame of the videofirst | middle | last · default: "first"

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/ffmpeg-api/extract-frame","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}