Food photo recognition powered by MIMO v2.5 AI, barcode scanning, USDA nutrition search, and a complete food logging API — everything you need to build world-class nutrition applications.
curl -X POST https://api.nutritionplatform.com/v1/analyze \
-H "Authorization: Bearer sk_..." \
-H "Content-Type: application/json" \
-d '{ "image": "base64..." }'
From AI-powered food recognition to comprehensive nutrition data — one unified API for every platform.
Snap a photo of any meal and our MIMO v2.5 AI identifies ingredients, estimates portion sizes, and returns complete nutritional breakdowns in milliseconds.
MIMO v2.5Scan any packaged food barcode to instantly retrieve product details and nutrition facts from the Open Food Facts database — 1M+ products indexed.
1M+ ProductsQuery the USDA FoodData Central database with rich nutritional data on hundreds of thousands of foods — including macros, vitamins, and minerals.
USDA DataCreate, read, update, and delete food log entries programmatically. Track meals, portions, and detailed nutrition data with a simple RESTful interface.
RESTfulNative Swift SDK with async/await support. Built with Codable, Combine, and SwiftUI in mind — drop it into your Xcode project and start shipping.
Swift / SPMEnterprise-grade isolation with per-organization API keys, row-level security, and role-based access control. Your data stays yours, always.
EnterpriseDesigned for developers who want to move fast. No complex setup, no approval queues.
Create a free account and receive your API key instantly. No credit card required to start building.
Add our SDK or call our REST API directly. Comprehensive docs, code examples, and quickstart guides for every platform.
Scale from prototype to production with automatic monitoring, billing, and 99.9% uptime SLAs on paid plans.
One API endpoint for food analysis. Add your API key and start analyzing meals in seconds.
# Analyze a meal from a photo curl -X POST https://api.nutritionplatform.com/v1/analyze \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{ "image": "data:image/jpeg;base64,/9j/4AAQ..." }' # Response { "success": true, "data": { "foods": [ { "name": "Grilled Salmon", "calories": 367, "protein_g": 34, "carbs_g": 0, "fat_g": 25 } ] } }
Our API speaks standard REST with JSON. Use curl, fetch, axios, URLSession, or any HTTP client in your stack. Native SDKs available for Swift, with TypeScript, Python, Dart, and Kotlin coming soon.
Start for free. Upgrade when you need more. No hidden fees, no surprise bills.
Join thousands of developers building the next generation of nutrition applications. Get your free API key and start shipping in minutes — no credit card required.
Create an account and start building in seconds.