GET

/v1/schemas/fal/image/fal-ai%2Fbria%2Fbackground%2Fremove

kind inputactivity imagehash 3de75db8extracted Jul 9, 2026version currentsource upstream spec ↗

Request body

2 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringInput Image to erase from
sync_modebooleanIf `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 tokens
shell
$ curl -X POST https://modelschemas.com/v1/validate \
    -d '{"provider":"fal","endpointId":"fal-ai/bria/background/remove","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}