GET

/v1/schemas/fal/image/fal-ai%2Femu-3.5-image%2Ftext-to-image?kind=output

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

Response body

2 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
images*ImageFile[]The edited image.
seed*integerThe seed for the inference.

Validate a payload

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