GET

/v1/schemas/fal/image/fal-ai%2Fddcolor

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

Request body

2 properties · 1 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringURL of image to be used for relighting
seedintegerseed to be used for generation

Validate a payload

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