GET
/v1/schemas/fal/image/fal-ai%2Fflorence-2-large%2Fopen-vocabulary-detection?kind=output
Accept:
Response body
2 properties · 1 required · 3 $defs| property | type | description | constraints |
|---|---|---|---|
| results* | BoundingBoxes | Results from the model | |
| image | Image | Processed image |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/florence-2-large/open-vocabulary-detection","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}