GET
/v1/schemas/fal/video/clarityai%2Fcrystal-video-upscaler
Accept:
Request body
2 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| video_url* | string | URL to the input video. | |
| scale_factor | number | Scale factor. The scale factor must be chosen such that the upscaled video does not exceed 5K resolution. | 1 ≤ n ≤ 200 · default: 2 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"clarityai/crystal-video-upscaler","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}