GET

/v1/schemas/fal/image/fal-ai%2Ffinegrain-eraser%2Fbbox

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

Request body

4 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
box_prompts*BoxPromptBase[]List of bounding box coordinates to erase (only one box prompt is supported)
image_url*stringURL of the image to edit
seedintegerRandom seed for reproducible generation0 ≤ n ≤ 999 · nullable
modeenumErase quality modeexpress | standard | premium · default: "standard"

Validate a payload

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