GET
/v1/schemas/fal/video/fal-ai%2Feditto?kind=output
Accept:
Response body
4 properties · 3 required · 2 $defs| property | type | description | constraints |
|---|---|---|---|
| seed* | integer | The seed used for generation. | |
| video* | VideoFile | The generated image to video file. | |
| prompt* | string | The prompt used for generation. | |
| frames_zip | File | ZIP archive of all video frames if requested. | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/editto","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}