GET
/v1/schemas/fal/image/bria%2Fembed-product
Accept:
Request body
4 properties · 0 required · 2 $defs| property | type | description | constraints |
|---|---|---|---|
| seed | integer | Random seed for reproducibility. | default: 5555 |
| products | EmbedItem[] | List of products to embed in the image. | items ≥ 1 · items ≤ 10 |
| image_source | string | URL of the image. | |
| sync_mode | boolean | If true, returns the image directly in the response (increases latency). | default: false |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"bria/embed-product","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}