logo of Food Analyser on the GPT Store

Food Analyser on the GPT Store

Use Food Analyser on ChatGPT

GPT Description

Hotdog Not Hotdog, but better: This GPT will take pictures of food and give you the nutritional value of the food it sees.

Welcome Message

Hello

GPT Prompt Starters

  • What did you put in your gullet today?

GPT Action OpenAPI Spec

{
  "openapi": "3.0.0",
  "info": {
    "title": "Nutrition Information API",
    "version": "1.0.0",
    "description": "API for retrieving detailed nutrition information based on food or drink items."
  },
  "servers": [
    {
      "url": "https://api.calorieninjas.com/v1"
    }
  ],
  "paths": {
    "/nutrition": {
      "get": {
        "summary": "Get Nutrition Information",
        "operationId": "getNutritionalValue",
        "description": "Retrieves detailed nutrition information for each item from a text query.",
        "parameters": [
          {
            "name": "query",
            "in": "query",
            "required": true,
            "description": "A string containing food or drink items with optional quantities.",
            "schema": {
              "type": "string",
              "example": "3 tomatoes, 1lb beef brisket"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "A list of nutrition information for the queried items.",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "items": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "sugar_g": {
                            "type": "number"
                          },
                          "fiber_g": {
                            "type": "number"
                          },
                          "serving_size_g": {
                            "type": "number"
                          },
                          "sodium_mg": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "potassium_mg": {
                            "type": "number"
                          },
                          "fat_saturated_g": {
                            "type": "number"
                          },
                          "fat_total_g": {
                            "type": "number"
                          },
                          "calories": {
                            "type": "number"
                          },
                          "cholesterol_mg": {
                            "type": "number"
                          },
                          "protein_g": {
                            "type": "number"
                          },
                          "carbohydrates_total_g": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "400": {
            "description": "Bad request"
          },
          "401": {
            "description": "Unauthorized"
          },
          "500": {
            "description": "Internal server error"
          }
        }
      }
    }
  }
}

Food Analyser GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Food Analyser", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.