GET

/v1/schemas/fal/image/fal-ai%2Faura-flow?kind=output

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

Response body

3 properties · 3 required · 1 $defs
propertytypedescriptionconstraints
seed*integerThe seed used to generate the images
images*Image[]The generated images
prompt*stringThe expanded prompt

Validate a payload

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