GET

/v1/schemas/fal/video/fal-ai%2Fffmpeg-api%2Fcompose?kind=output

kind outputactivity videohash 88896465extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
thumbnail_url*stringURL of the video's thumbnail image
video_url*stringURL of the processed video file

Validate a payload

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