GET

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

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

Response body

4 properties · 4 required · 1 $defs
propertytypedescriptionconstraints
seed*integerSeed used for generation.
timings*objectTiming information.
images*Image[]List of generated images.
prompt*stringThe prompt used for generating the image.

Validate a payload

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