GET

/v1/schemas/fal/image/fal-ai%2Fclarity-upscaler?kind=output

kind outputactivity imagehash 8f809bfdextracted Jul 6, 2026version currentsource upstream spec ↗

Response body

3 properties · 3 required · 1 $defs
propertytypedescriptionconstraints
seed*integerThe seed used to generate the image.
image*ImageThe URL of the generated image.
timings*objectThe timings of the different steps in the workflow.

Validate a payload

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