GET

/v1/schemas/fal/image/fal-ai%2Fflorence-2-large%2Fregion-to-segmentation

kind inputactivity imagehash 31eca99bextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 2 required · 1 $defs
propertytypedescriptionconstraints
image_url*stringThe URL of the image to be processed.
region*RegionThe user input coordinates

Validate a payload

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