GET
/v1/schemas/fal/image/clarityai%2Fcrystal-upscaler
Accept:
Request body
4 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| image_url* | string | URL to the input image | |
| scale_factor | number | Scale factor | 1 ≤ n ≤ 200 · default: 2 |
| creativity | number | Creativity level for upscaling | 0 ≤ n ≤ 10 · default: 0 |
| output_format | enum | Output image format | png | jpg · default: "jpg" |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"clarityai/crystal-upscaler","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}