GET

/v1/schemas/fal/image/bria%2Fembed-product

kind inputactivity imagehash 7db39978extracted Jul 6, 2026version currentsource upstream spec ↗

Request body

4 properties · 0 required · 2 $defs
propertytypedescriptionconstraints
seedintegerRandom seed for reproducibility.default: 5555
productsEmbedItem[]List of products to embed in the image.items ≥ 1 · items ≤ 10
image_sourcestringURL of the image.
sync_modebooleanIf true, returns the image directly in the response (increases latency).default: false

Validate a payload

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