GET

/v1/schemas/fal/image/fal-ai%2Fflux-2-lora-gallery%2Fdigital-comic-art?kind=output

kind outputactivity imagehash 964a11b5extracted 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 digital comic art style images
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/digital-comic-art","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}