GET

/v1/schemas/fal/image/fal-ai%2Fesrgan

kind inputactivity imagehash a8324e25extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

6 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringUrl to input image
modelenumModel to use for upscalingRealESRGAN_x4plus | RealESRGAN_x2plus | RealESRGAN_x4plus_anime_6B | RealESRGAN_x4_v3 | RealESRGAN_x4_wdn_v3 | RealESRGAN_x4_anime_v3 · default: "RealESRGAN_x4plus"
tileintegerTile size. Default is 0, that is no tile. When encountering the out-of-GPU-memory issue, please specify it, e.g., 400 or 200default: 0
facebooleanUpscaling a facedefault: false
output_formatenumOutput image format (png or jpeg)png | jpeg · default: "png"
scalenumberRescaling factor1 ≤ n ≤ 8 · default: 2

Validate a payload

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