GET

/v1/schemas/fal/image/fal-ai%2Fdreamomni2%2Fedit

kind inputactivity imagehash 950bc208extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
prompt*stringThe prompt to edit the image.
image_urls*string[]List of URLs of input images for editing.

Validate a payload

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