GET

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

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

Request body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringThe source image.
color*enumSelect the color palette or aesthetic for the output imagecontemporary color | vivid color | black and white colors | sepia vintage

Validate a payload

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