GET
/v1/schemas/fal/image/fal-ai%2Fdreamomni2%2Fedit
Accept:
Request body
2 properties · 2 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | The prompt to edit the image. | |
| image_urls* | string[] | List of URLs of input images for editing. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/dreamomni2/edit","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}