GET

/v1/schemas/fal/image/fal-ai%2Fbirefnet%2Fv2?kind=output

kind outputactivity imagehash 914e4ac4extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

2 properties · 1 required · 1 $defs
propertytypedescriptionconstraints
image*ImageFileImage with background removed. When `mask_only` is `True`, this contains the segmentation mask instead.
mask_imageImageFileMask used to remove the backgroundnullable

Validate a payload

before you spend tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/birefnet/v2","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}