GET

/v1/schemas/fal/image/fal-ai%2Fbria%2Feraser

kind inputactivity imagehash e76dde4eextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

5 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
mask_url*stringThe URL of the binary mask image that represents the area that will be cleaned.
image_url*stringInput Image to erase from
mask_typeenumYou can use this parameter to specify the type of the input mask from the list. 'manual' opttion should be used in cases in which the mask had been generated by a user (e.g. with a brush tool), and 'automatic' mask type should be used when mask had been genera…manual | automatic · default: "manual"
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
preserve_alphabooleanIf set to true, attempts to preserve the alpha channel of the input image.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/eraser","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}