# Nutrition Facts

Documentation for the data schema of the Nutrition Facts model.

## Nutrition Facts Fields

Documentation for all fields present in the data schema.

Field *accessors* are used as the keys for accessing the values in the returned data. On the data schema interface, this is the "Field Name".

Field *value types* indicate how the value is returned by the API. On the data schema interface, this is the "Field Type".

<details>

<summary>Serving per Box</summary>

The number of servings in each box of the product

Accessor: `serving_per_box`\
Value Type: `number`

Has a single value.

</details>

<details>

<summary>Serving Size</summary>

The size of a single serving of the product

Accessor: `serving_size`

**Subfields**

* **Amount**\
  The amount of a single serving\
  Accessor: `amount`\
  Value Type: `number`
* **Unit**\
  The unit for the amount of a single serving\
  Accessor: `unit`\
  Value Type: `string`

Has a single value.

</details>

<details>

<summary>Calories</summary>

The amount of calories in the product

Accessor: `calories`

**Subfields**

* **Per 100g**\
  The amount of calories per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of calories per serving of the product.\
  Accessor: `per_serving`\
  Value Type: `number`
* **Daily Value**\
  DVs are the recommended amounts of calories to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Total Fat</summary>

The total amount of fat in the product

Accessor: `total_fat`

**Subfields**

* **Per 100g**\
  The amount of total fat per 100g of the product.\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of total fat per serving of the product.\
  Accessor: `per_serving`\
  Value Type: `number`
* **Daily Value**\
  DVs are the recommended amounts of total fat to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Saturated Fat</summary>

The amount of saturated fat in the product

Accessor: `saturated_fat`

**Subfields**

* **Per 100g**\
  The amount of saturated fat per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of saturated fat per serving of the product\
  Accessor: `per_serving`\
  Value Type: `number`
* **Daily Value**\
  DVs are the recommended amounts of saturated fat to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Trans Fat</summary>

The amount of trans fat in the product

Accessor: `trans_fat`

**Subfields**

* **Per 100g**\
  The amount of trans fat per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of trans fat per serving of the product\
  Accessor: `per_serving`\
  Value Type: `number`
* **Daily Value**\
  DVs are the recommended amounts of trans fat to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Cholesterol</summary>

The amount of cholesterol in the product

Accessor: `cholesterol`

**Subfields**

* **Per 100g**\
  The amount of cholesterol per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of cholesterol per serving of the product\
  Accessor: `per_serving`\
  Value Type: `number`
* **Daily Value**\
  DVs are the recommended amounts of cholesterol to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Total Carbohydrate</summary>

The total amount of carbohydrates in the product

Accessor: `total_carbohydrate`

**Subfields**

* **Per 100g**\
  The amount of total carbohydrates per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of total carbohydrates per serving of the product\
  Accessor: `per_serving`\
  Value Type: `number`
* **Daily Value**\
  DVs are the recommended amounts of total carbohydrates to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Dietary Fiber</summary>

The amount of dietary fiber in the product

Accessor: `dietary_fiber`

**Subfields**

* **Per 100g**\
  The amount of dietary fiber per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of dietary fiber per serving of the product\
  Accessor: `per_serving`\
  Value Type: `number`
* **Daily Value**\
  DVs are the recommended amounts of dietary fiber to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Total Sugars</summary>

The total amount of sugars in the product

Accessor: `total_sugars`

**Subfields**

* **Per 100g**\
  The amount of total sugars per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of total sugars per serving of the product\
  Accessor: `per_serving`\
  Value Type: `number`
* **Daily Value**\
  DVs are the recommended amounts of total sugars to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Added Sugars</summary>

The amount of added sugars in the product

Accessor: `added_sugars`

**Subfields**

* **Per 100g**\
  The amount of added sugars per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of added sugars per serving of the product\
  Accessor: `per_serving`\
  Value Type: `number`
* **Daily Value**\
  DVs are the recommended amounts of added sugars to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Protein</summary>

The amount of protein in the product

Accessor: `protein`

**Subfields**

* **Per 100g**\
  The amount of protein per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of protein per serving of the product\
  Accessor: `per_serving`\
  Value Type: `number`
* **Daily Value**\
  DVs are the recommended amounts of protein to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Sodium</summary>

The amount of sodium in the product

Accessor: `sodium`

**Subfields**

* **Per 100g**\
  The amount of sodium per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of sodium per serving of the product\
  Accessor: `per_serving`\
  Value Type: `number`
* **Unit**\
  The unit of measurement for the amount of sodium\
  Accessor: `unit`\
  Value Type: `string`
* **Daily Value**\
  DVs are the recommended amounts of sodium to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Has a single value.

</details>

<details>

<summary>Nutrients</summary>

The amount of nutrients in the product

Accessor: `nutrients`

**Subfields**

* **Name**\
  The name of nutrients of the product\
  Accessor: `name`\
  Value Type: `string`
* **Per 100g**\
  The amount of nutrients per 100g of the product\
  Accessor: `per_100g`\
  Value Type: `number`
* **Per Serving**\
  The amount of nutrients per serving of the product\
  Accessor: `per_serving`\
  Value Type: `number`
* **Unit**\
  The unit of measurement for the amount of nutrients\
  Accessor: `unit`\
  Value Type: `string`
* **Daily Value**\
  DVs are the recommended amounts of nutrients to consume or not to exceed each day\
  Accessor: `daily_value`\
  Value Type: `number`

Can have multiple values (is a list/array).

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mindee.com/use-cases/extraction-models/nutrition-facts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
