GET

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

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

Request body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringThe source image.
new_text*stringThe new text string to appear in the image.

Validate a payload

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