GET
/v1/schemas/fal/image/bria%2Fextract-object?kind=output
Accept:
Response body
2 properties · 2 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| mask* | Image | Segmentation mask used for the extraction. | |
| image* | Image | Extracted object on a transparent background (RGBA). |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"bria/extract-object","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}