GET

/v1/schemas/fal/image/fal-ai%2Fchrono-edit?kind=output

kind outputactivity imagehash 35d21966extracted Jul 6, 2026version currentsource upstream spec ↗

Response body

3 properties · 3 required · 1 $defs
propertytypedescriptionconstraints
prompt*stringThe prompt used for the inference.
seed*integerThe seed for the inference.
images*ImageFile[]The edited image.

Validate a payload

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