GET
/v1/schemas/fal/image/bria%2Fproduct-dimensions?kind=output
Accept:
Response body
2 properties · 1 required · 1 $defs| property | type | description | constraints |
|---|---|---|---|
| image* | Image | Rendered product dimensions image. | |
| transparent_overlay | Image | Represents an image file. | nullable |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"bria/product-dimensions","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}