GET

/v1/schemas/fal/image/fal-ai%2Fdrct-super-resolution

kind inputactivity imagehash 9f20320bextracted Jul 7, 2026version currentsource upstream spec ↗

Request body

2 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringURL of the image to upscale.
upscale_factorconstUpscaling factor.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/drct-super-resolution","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}