GET

/v1/schemas/fal/image/fal-ai%2Fflorence-2-large%2Freferring-expression-segmentation

kind inputactivity imagehash 3f98dd6eextracted Jul 6, 2026version currentsource upstream spec ↗

Request body

2 properties · 2 required · 0 $defs
propertytypedescriptionconstraints
image_url*stringThe URL of the image to be processed.
text_input*stringText input for the task

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/referring-expression-segmentation","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}