GET
/v1/schemas/fal/image/fal-ai%2Fbria%2Fbackground%2Fremove
Accept:
Request body
2 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| image_url* | string | Input Image to erase from | |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. | default: false |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/bria/background/remove","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}