GET
/v1/schemas/fal/image/bria%2Ffibo-edit%2Fblend?kind=output
Accept:
Response body
3 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| image* | Image | Generated image. | |
| structured_instruction* | object | Current instruction. | |
| images | Image[] | Generated images. | default: [] |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"bria/fibo-edit/blend","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}