GET
/v1/schemas/fal/image/fal-ai%2Fbirefnet%2Fv2?kind=output
Accept:
Response body
2 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| image* | ImageFile | Image with background removed. When `mask_only` is `True`, this contains the segmentation mask instead. | |
| mask_image | ImageFile | Mask used to remove the background | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/birefnet/v2","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}