Gemini 3.5 Flash-Lite & Cloudflare Anycast Edge
The Food & Nutrition Intelligence Infrastructure
Decompose complex meals from natural language or photos into granular USDA-standard nutrition, macronutrients, allergens, and transparent assumptions in milliseconds.
Interactive Simulator
Test the Food Intelligence Engine
Type any meal description, test a packaged barcode, or submit an image to see live structured nutrition breakdown.
Developer-First Integration
Integrate granular nutrition and macro analysis into your application in under 5 minutes.
POST/v1/food/analyze
import axios from "axios";
const { data } = await axios.post(
"https://foodvivo-api.flappybird-assets.workers.dev/v1/food/analyze",
{
text: "2 scrambled eggs, avocado toast, and black coffee",
context: "Breakfast"
},
{
headers: {
Authorization: "Bearer sk_live_your_api_key",
"Content-Type": "application/json"
}
}
);
console.log(data.data.totals);
// -> { calories: 424, protein_g: 22.1, carbs_g: 35.2, fat_g: 22.6 }Golden Dataset Benchmark
Engineered for Precision & Speed
Every pipeline release is evaluated against a 20-scenario golden test suite benchmarked directly with USDA FoodData Central.
Instant Plan Switching (No Payment Needed)
Scale As You Grow
Switch between plans anytime to instantly upgrade your requests-per-minute rate limit and monthly quota.