GET
/v1/schemas/fal/video/fal-ai%2Fcosmos-predict-2.5%2Fvideo-to-video?kind=output
Accept:
Response body
2 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| seed* | integer | The random seed used for generation. | |
| video* | VideoFile | The generated video file. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/cosmos-predict-2.5/video-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}