GET
/v1/schemas/fal/image/fal-ai%2Fffmpeg-api%2Fextract-frame
Accept:
Request body
2 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| video_url* | string | URL of the video file to use as the video track | |
| frame_type | enum | Type of frame to extract: first, middle, or last frame of the video | first | middle | last · default: "first" |
Validate a payload
before you spend tokensshell
$ 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", …}]}