GET
/v1/schemas/fal/image/fal-ai%2Fclarity-upscaler?kind=output
Accept:
Response body
3 properties · 3 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| seed* | integer | The seed used to generate the image. | |
| image* | Image | The URL of the generated image. | |
| timings* | object | The timings of the different steps in the workflow. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/clarity-upscaler","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}