GET
/v1/schemas/fal/video/fal-ai%2Fffmpeg-api%2Fmerge-videos?kind=output
Accept:
Response body
2 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| video* | File | Merged video file | |
| metadata* | object | Metadata about the merged video including original video info |
Validate a payload
before you spend tokensshell
$ 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", …}]}