GET

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

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

Request body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringThe source image.
instruction*stringInstruct what elements you would like to blend in your image.

Validate a payload

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