Implement adaptive nutrition into your product.

Our APIs help health apps, wearable platforms, food companies and smart kitchen providers bring adaptive nutrition into existing products.

Contact us

One platform. Three APIs.

Decode API

Turns meals into molecular nutrition data.

View

Design API

Creates personalized recipes & meal plans.

View

Discover API

Conversational metabolic nutrition intelligence.

View

Decode API

Decode is powered by a proprietary molecular food database with 50k+ food compounds and 3.5M+ food items, turning everyday meals into structured molecular nutrition data.

What it takes as input

  1. Meal descriptions in natural language
  2. Food images
  3. Voice inputs

What it returns

  1. Recognized foods
  2. Estimated quantities
  3. A reusable Decode Food ID
  4. Molecular analysis with compound names, amounts, units and references
Request
{
  "foodText": "Oatmeal with banana and walnuts"
}

Design API

Design turns goals, preferences, restrictions and metabolic context into personalized recipes and meal plans that people can actually use in daily life.

What it takes as input

  1. User goals and preferences
  2. Dietary needs and personal restrictions

What it returns

  1. Single recipes
  2. Whole meal plans
Request
{
  "type": "recipe",
  "meal_type": "dinner",
  "diet": "flexitarian",
  "condition": [
    "histamine_restriction_moderate"
  ],
  "preferred_foods": [
    "Mediterranean",
    "vegetables",
    "olive oil"
  ],
  "avoided_foods": "raw onion"
}

Discover API

Add a conversational nutrition intelligence layer.

Discover lets users interact with adaptive nutrition through natural conversation, to log meals, structure symptoms, trigger analyses and turn complex food and body data into clear answers.

What it takes as input

  1. Natural language questions
  2. Food images and voice input

What it returns

  1. Chat ready answers
  2. Food and symptom logging
  3. Analysis summaries
  4. Recipe and meal suggestions
  5. Follow up questions when more context is needed
Request
{
  "message": "What should I eat tonight?",
  "context": {
    "wearable": true,
    "recentMeals": true,
    "symptoms": ["bloated"],
    "sleep": "bad"
  }
}

Build withDecode.

Contact us