GET

/v1/schemas/fal/image/fal-ai%2Fcontrol-light?kind=output

kind outputactivity imagehash 80c5f3b1extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

3 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
images*ImageFile[]The enhanced image.
seed*integerThe seed used for generation.
has_nsfw_conceptsboolean[]Whether the generated image contains NSFW concepts.

Validate a payload

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