GET

/v1/schemas/fal/image/bria%2Fextract-object

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

Request body

5 properties · 0 required · 0 $defs
propertytypedescriptionconstraints
sync_modebooleanIf true, the function waits for the image to be generated and uploaded before returning, so the image is returned directly (base64) instead of via the CDN. Increases latency.default: false
image_urlstringSource image as a public URL or raw base64-encoded image bytes (no data-URI prefix).default: "https://bria-datasets.s3.amazon…
remove_backgroundbooleanWhen True, refine the cutout alpha with background removal (RMBG). When False (default), use the SAM segmentation mask as the cutout's alpha -- faster, with no salient-object matting (helpful when RMBG over-trims text, logos, or graphics).default: false
promptstringNatural-language description of the object to act on, e.g. 'the red car'.default: "yellow hammer"
autocropbooleanTighten the output canvas to the extracted object.default: false

Validate a payload

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