Live API playground
Test an endpoint.
Send a real request, inspect the response, and copy production-ready cURL without leaving the page.
Food search
GET/v1/search-foods — calories, macros, and a confidence score for any food.
Barcode lookup
GET/v1/barcode/{code} — scan a UPC/EAN and get the product, brand, image, and nutrition.
Parse a meal
POST/v1/parse — turn plain English into structured items with per-item and total nutrition.
Health score
POST/v1/score — a 0–100 score and A–F grade for a food, personalized to a goal.
Healthier swaps
GET/v1/alternatives — higher-scoring foods to swap in for whatever you're eating, ranked.
Ingredient and label check
POST/v1/analyze-ingredients — detect additives & E-numbers, allergens, ultra-processing (NOVA), and diet flags.
Meal photo analysis
POST/v1/nutrition-from-photo — estimate a meal's nutrition from a photo. JPEG/PNG/WebP, up to 5 MB.
Ready to build
Move from test to integration.
Every plan uses the same endpoints and response contracts. Start with 50 points per day.