GET
/v1/schemas/fal/image/fal-ai%2Fdocres
Accept:
Request body
3 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| task* | enum | Task to perform | deshadowing | appearance | deblurring | binarization |
| image_url* | string | URL of image to be used for relighting | |
| seed | integer | The 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 tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/docres","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}