GET
/v1/schemas/fal/image/fal-ai%2Faura-flow?kind=output
Accept:
Response body
3 properties · 3 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| seed* | integer | The seed used to generate the images | |
| images* | Image[] | The generated images | |
| prompt* | string | The expanded prompt |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/aura-flow","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}