GET

/v1/schemas/fal/image/bria%2Ffibo%2Fgenerate?kind=output

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

Response body

3 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
image*ImageGenerated image.
structured_prompt*objectCurrent prompt.
imagesobject[]Generated images.default: []

Validate a payload

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