GET

/v1/schemas/fal/video/clarityai%2Fcrystal-video-upscaler

kind inputactivity videohash 35d8af3fextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
video_url*stringURL to the input video.
scale_factornumberScale 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 tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"clarityai/crystal-video-upscaler","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}