GET
/v1/schemas/fal/image/fal-ai%2Fchrono-edit-lora-gallery%2Fpaintbrush?kind=output
Accept:
Response body
3 properties · 3 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| seed* | integer | The seed for the inference. | |
| prompt* | string | The prompt used for the inference. | |
| images* | ImageFile[] | The edited image. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/chrono-edit-lora-gallery/paintbrush","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}