Intakes' Ingredients Edition
Plan & Token Requirements
Feature available in the following LogMeal Plans:
Accessible by the following User Types:
🔴 APIUser | 🔵 APIUserManager
What It Does
Intakes' Ingredients Edition lets you correct or personalize any detected meal by:
- Editing the overall dish quantity (serving size); and
- Editing the list of ingredients and their individual quantities.
If a weight for a specific ingredient is not provided, the system uses the average serving size for that ingredient. Nutrition is recomputed automatically after confirmation so reports and diaries reflect what was actually eaten.


When to Use It / Outcomes
- You want users to tweak recognized dishes to match their real recipe (add/remove ingredients, adjust amounts).
- You need to correct serving sizes that differ from defaults or automatic estimates.
- You’re building a food diary and want accurate calories & nutrients after user confirmation.
- Output: the intake information is updated including the final dish quantity, per-ingredient list + weights, and updated nutritional facts.
Feature-Specific Details
- Works for single- or multi-dish intakes; confirmations apply per detected dish.
- Ingredient amounts are typically in grams; supported reference ingredients (e.g., salt/sugar/oil) can be swapped per user profile.
- If the serving size of the whole dish is changed, ingredient weights are scaled proportionally.
- If specific ingredient weights are provided, those are used as-is and nutrition is recomputed accordingly.
- Can be combined with Ingredients Information and Nutritional Information features to build end‑to‑end logging.
Related Endpoints
Use the following endpoints to confirm serving sizes and ingredient lists:
-
POST /nutrition/confirm/ingredients → 🔴 🔵 Confirm ingredients and their quantities for a dish in an intake.
-
POST /nutrition/confirm/quantity → 🔴 🔵 Confirm serving size (dish quantity) for a dish in an intake.
-
Optional helpers:
- GET /dataset/ingredients → ⚫ 🔴 🔵 Retrieve the catalog of ingredients.
- GET /dataset/referenceIngredients → ⚫ 🔴 🔵 Retrieve reference ingredients (e.g., salt, sugar, oil).
Related Use Cases
Image-based Food Recognition with User Confirmation
Capture a meal photo, get top dish predictions, and let the user confirm/refine results before saving.
Ingredients List Retrieval
Retrieve standardized recipe ingredients and quantities for confirmed dishes from a food intake.
Units of Measurement & User Preferred Measurements
Adapt measures to user preferences (metric/imperial, cooking measures, portions) while keeping grams as the source of truth.
Copy-Paste Recipes
Set profile data once to improve label language and regional dishes:
Send the image for segmentation to obtain regions and top dish candidates per region. Display the top 5 candidate dishes per region.
Retrieve the list of ingredients and quantities associated to the submitted intake.
Confirm and adjust the ingredients and their amounts.
Updated about 11 hours ago