Identify any product by EAN/UPC code. 3-layer intelligent lookup with AI fallback. Free tier included.
# Single product lookup curl -H "X-API-Key: your-key" \ https://your-server:5100/api/v1/ean/5449000000439 # Response { "ean": "5449000000439", "name": "Coca-Cola Classic 330ml", "brand": "Coca-Cola", "category": "Beverages", "source": "cache", "confidence": 0.95 }
3-layer intelligent lookup — fast, reliable, and always improving.
First checks our PostgreSQL database with millions of pre-seeded products from Open Food Facts. Response time < 1ms.
If not cached, queries the Open Food Facts API — the world's largest open food product database. Results are cached for future lookups.
As a last resort, our local AI model (LLaMA 3) attempts to identify the product. Lower confidence, but covers edge cases.
Start free, scale as you grow.
Enter your email and receive an API key instantly. No credit card required.