CalAI / NutriScan: Food Photo, Barcode & Label Nutrition API
 Four endpoints. Every way a human logs a meal. Photo, barcode, label, or plain text → every ingredient, with 27 nutrients, gram weights, allergen tags, and diet compatibility. Any cuisine, any language. Structured and editable, not a black-box calorie count. Four endpoints are all you need to build a production-ready calorie tracker app. ### Nutrition data…
CalAI / NutriScan: Food Photo, Barcode & Label Nutrition API endpoints
| Method | Endpoint | Description |
|---|---|---|
| meta | ||
| GET |
health /health |
Check server health |
| scan | ||
| POST |
Analyze Food via Image /v2/recognize |
Decomposes the dish into core ingredients and resolves each to gram-based nutrition + diet compatibility + allergens. |
| POST |
Analyze Food via Text /v2/recognize |
Decomposes the dish into core ingredients and resolves each to gram-based nutrition + diet compatibility + allergens. |
| POST |
Analyze Food via Barcode /v2/barcode |
Returns the branded product's nutrition for a barcode (4.6M-product database). |
| POST |
Analyze Food From Food Label /v2/label |
Reads a product nutrition-facts label photo and returns normalized nutrition. Accepts multipart or JSON with `image_url` (no `dish` field). |
| edit | ||
| POST |
Fix Ingredients /v2/ingredient/measure |
Converts each free-form (amount, unit) item to grams and recomputes nutrition. |
CalAI / NutriScan: Food Photo, Barcode & Label Nutrition API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO | $39 / month | — |
|
| ULTRA Recommended | $149 / month | — |
|
| MEGA | $499 / month | — |
|