GET

/v1/schemas/fal/image/fal-ai%2Fflux-2-lora-gallery%2Fadd-background?kind=output

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

Response body

3 properties · 3 required · 1 $defs
propertytypedescriptionconstraints
seed*integerThe seed used for generation
images*Image[]The generated images with added background
prompt*stringThe prompt used for generation

Validate a payload

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