GET
/v1/schemas/fal/image/bria%2Ffibo-edit%2Frelight
Accept:
Request body
3 properties · 3 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| light_direction* | enum | Where the light comes from. | front | side | bottom | top-down · nullable |
| image_url* | string | The source image. | |
| light_type* | enum | The 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 tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"bria/fibo-edit/relight","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}