LogMeal website screenshot

LogMeal

LogMeal provides a Food Recognition Image API that detects foods, drinks, vegetables, fruits and prepared dishes from images. The platform offers semantic tagging including food group, dish and ingredients recognition, as well as nutritional information analysis with 35+ nutritional indicators and user intake history tracking.

1 APIs 0 Features
Computer VisionFoodImage RecognitionNutritionSemantic Tagging

APIs

LogMeal Food Recognition API

The LogMeal API is a RESTful service that recognizes foods from images, returns ingredient lists, computes nutritional information and tracks user intake history.

Collections

Pricing Plans

Logmeal Plans Pricing

3 plans

PLANS

Rate Limits

Logmeal Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🌐
Portal
Portal
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: LogMeal Food Recognition API
  version: '2.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Image Recognition
    type: folder
  items:
  - info:
      name: Segment and recognize foods in an image
      type: http
    http:
      method: POST
      url: https://api.logmeal.com/v2/image/segmentation/complete
      body:
        type: multipart-form
        data:
        - name: image
          type: text
          value: ''
        - name: language
          type: text
          value: ''
    docs: Detects multiple food items in an image, recognizes each item, and logs a user intake in a single request.
- info:
    name: Nutrition
    type: folder
  items:
  - info:
      name: Retrieve ingredients for a confirmed intake
      type: http
    http:
      method: POST
      url: https://api.logmeal.com/v2/nutrition/recipe/ingredients
      body:
        type: json
        data: '{}'
    docs: Returns standardized ingredient lists and quantities for a confirmed food intake.
  - info:
      name: Retrieve nutritional information for a confirmed intake
      type: http
    http:
      method: POST
      url: https://api.logmeal.com/v2/nutrition/recipe/nutritionalInfo
      body:
        type: json
        data: '{}'
    docs: Extracts macro and micronutrient data, including 35+ nutritional indicators such as energy, carbohydrates, protein,
      and fats.
- info:
    name: History
    type: folder
  items:
  - info:
      name: List user food intakes
      type: http
    http:
      method: GET
      url: https://api.logmeal.com/v2/history/getIntakesList
      params:
      - name: startDate
        value: ''
        type: query
        description: Start of the time window (ISO 8601 date).
      - name: endDate
        value: ''
        type: query
        description: End of the time window (ISO 8601 date).
    docs: Returns a list of intakes logged for the authenticated user within the specified time period.
bundled: true