GET

/v1/schemas/fal/image/bria%2Fgenfill%2Fv2

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

Request body

6 properties · 3 required · 0 $defs
propertytypedescriptionconstraints
mask_url*stringThe mask image.
image_url*stringThe source image.
instruction*stringInstruct what elements you would like to fill in your image based on the mask.
seedintegerRandom seed for reproducibility.default: 5555
steps_numintegerNumber of inference steps.20 ≤ n ≤ 50 · default: 30
sync_modebooleanIf true, returns the image directly in the response (increases latency).default: false

Validate a payload

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