GET

/v1/schemas/fal/image/bria%2Ffibo-edit%2Freplace_object_by_text

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

Request body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringThe source image.
instruction*stringThe full natural language command describing what to replace.

Validate a payload

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