GET

/v1/schemas/fal/image/fal-ai%2Fdocres%2Fdewarp

kind inputactivity imagehash 2b601611extracted 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
seedintegerThe same seed and the same prompt given to the same version of the model will output the same image every time.

Validate a payload

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