Now in public beta — free tier available

Build Nutrition Apps
with One API

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..." }'

Everything You Need to
Ship Nutrition Features

From AI-powered food recognition to comprehensive nutrition data — one unified API for every platform.

Photo Analysis

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.5

Barcode Scanning

Scan any packaged food barcode to instantly retrieve product details and nutrition facts from the Open Food Facts database — 1M+ products indexed.

1M+ Products

Nutrition Search

Query the USDA FoodData Central database with rich nutritional data on hundreds of thousands of foods — including macros, vitamins, and minerals.

USDA Data

Food Logging API

Create, read, update, and delete food log entries programmatically. Track meals, portions, and detailed nutrition data with a simple RESTful interface.

RESTful

iOS SDK

Native Swift SDK with async/await support. Built with Codable, Combine, and SwiftUI in mind — drop it into your Xcode project and start shipping.

Swift / SPM

Multi-Tenant Security

Enterprise-grade isolation with per-organization API keys, row-level security, and role-based access control. Your data stays yours, always.

Enterprise

Go from Zero to Shipping
in Three Steps

Designed for developers who want to move fast. No complex setup, no approval queues.

1

Get Your API Key

Create a free account and receive your API key instantly. No credit card required to start building.

2

Integrate in Minutes

Add our SDK or call our REST API directly. Comprehensive docs, code examples, and quickstart guides for every platform.

3

Launch with Confidence

Scale from prototype to production with automatic monitoring, billing, and 99.9% uptime SLAs on paid plans.

Simple, Clean,
Developer-Friendly

One API endpoint for food analysis. Add your API key and start analyzing meals in seconds.

curl
# 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
      }
    ]
  }
}

Works with Any Language

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.

Swift TypeScript Python Dart Kotlin
View Full API Reference

Simple, Transparent
Pay-as-You-Grow

Start for free. Upgrade when you need more. No hidden fees, no surprise bills.

Free
$0 / month
For development and testing
  • 100 API calls / month
  • Photo analysis
  • Barcode scanning
  • Priority support
Get Started
Pro
$99 / month
For growing businesses
  • 10,000 API calls / month
  • All features
  • Priority support
  • Advanced analytics
Get Started
Enterprise
Custom pricing
For large-scale deployments
  • 100,000+ calls / month
  • Dedicated support
  • SLA guarantee
  • Custom integrations
Contact Sales

Start Building Today

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.

1M+
Foods Indexed
99.9%
Uptime SLA
<200ms
Avg Response