GET

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

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

Request body

3 properties · 3 required · 0 $defs
propertytypedescriptionconstraints
light_direction*enumWhere the light comes from.front | side | bottom | top-down · nullable
image_url*stringThe source image.
light_type*enumThe quality/style/time of day.midday | blue hour light | low-angle sunlight | sunrise light | spotlight on subject | overcast light · +7 more

Validate a payload

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