GET

/v1/schemas/fal/image/fal-ai%2Faura-sr

kind inputactivity imagehash 56c0af50extracted Jul 7, 2026version currentsource upstream spec ↗

Request body

4 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringURL of the image to upscale.
overlapping_tilesbooleanWhether to use overlapping tiles for upscaling. Setting this to true helps remove seams but doubles the inference time.default: false
checkpointenumCheckpoint to use for upscaling. More coming soon.v1 | v2 · default: "v1"
upscale_factorconstUpscaling factor. More coming soon.4 · default: 4

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/aura-sr","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}