GET
/v1/schemas/fal/image/fal-ai%2Faura-sr
Accept:
Request body
4 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| image_url* | string | URL of the image to upscale. | |
| overlapping_tiles | boolean | Whether to use overlapping tiles for upscaling. Setting this to true helps remove seams but doubles the inference time. | default: false |
| checkpoint | enum | Checkpoint to use for upscaling. More coming soon. | v1 | v2 · default: "v1" |
| upscale_factor | const | Upscaling factor. More coming soon. | 4 · default: 4 |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/aura-sr","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}