Products compatibility analysis

Verify if a packaged food product is compatible with a specific profile. Analyzes ingredients, nutrition facts, packaging data, and labels. Includes a cross-contamination flag based on "may contain traces of" statements. The foundational building block for creating an intelligent food e-commerce catalog. Use Cases: GROCERY — CATALOG ENRICHMENT • Verify every product in the e-commerce catalog: 'Is it suitable for a vegan?' The API responds with boolean, confidence score and problematic ingredients. SHOPPING APP WITH BARCODE SCANNER • The user scans a barcode at the supermarket and instantly sees if the product matches their profile. PHARMA — SINGLE PRODUCT CHECK • The pharmacist or patient verifies if a food product is compatible with a specific therapeutic diet (e.g., renal diet, phenylketonuria).

POST
/products-compatibility
ProductsCompatibility
Cost: 60 credits

Request

application/json
object

Request containing ingredients and analysis parameters

VerifyRequest

Request for nutritional analysis of a list of ingredients

object

ingredients

string[]
string

additionalInformations?

Optional additional information that may influence nutritional analysis

string | null

Demo