GET

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

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

Response body

2 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
video*FileMerged video file
metadata*objectMetadata about the merged video including original video info

Validate a payload

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