GET
/v1/schemas/fal/image/fal-ai%2Fflux-pro%2Fv1.1-ultra%2Fredux?kind=output
Accept:
Response body
5 properties · 5 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| has_nsfw_concepts* | boolean[] | Whether the generated images contain NSFW concepts. | |
| images* | registry__image__fast_sdxl__models__Image[] | The generated image files info. | |
| prompt* | string | The prompt used for generating the image. | |
| timings* | object | ||
| seed* | integer | Seed of the generated Image. It will be the same value of the one passed in the input or the randomly generated that was used in case none was passed. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/flux-pro/v1.1-ultra/redux","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}