GET
/v1/schemas/fal/image/bria%2Ffibo-edit%2Fadd_object_by_text
Accept:
Request body
2 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| image_url* | string | The source image. | |
| instruction* | string | The full natural language command describing what to add and where. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"bria/fibo-edit/add_object_by_text","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}