> For the complete documentation index, see [llms.txt](https://docs.whisk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whisk.com/api/healthy-meal-recommendations/tailored-plan-api-request-for-samsung-tv.md).

# Tailored Plan API request for Samsung TV

**Recommend for chosen mealtime and the whole week**

[Full API reference](https://api.whisk.com/spec/#/HealthRecommendationsAPI/HealthRecommendationsAPI_GetTailoredPlan)

```
GET "https://api.whisk.com/health/recommendations/v2/get_tailored_plan?period.from.year=2025&period.from.month=2&period.from.day=17&period.to.year=2025&period.to.month=2&period.to.day=23&meal_times=MEAL_TIME_BREAKFAST&meal_times=MEAL_TIME_LUNCH&meal_times=MEAL_TIME_DINNER&meal_times=MEAL_TIME_SNACK&fields=RECIPE_FIELD_INVALID" -H "accept: application/json" -H "Authorization: %USER_TOKEN%"
```

**Recommend for chosen recipe fields and the whole day**

[**Full API reference**](https://api.whisk.com/spec/#/HealthRecommendationsAPI/HealthRecommendationsAPI_GetTailoredPlan)

```
GET "https://api.whisk.com/health/recommendations/v2/get_tailored_plan?period.from.year=2025&period.from.month=2&period.from.day=20&period.to.year=2025&period.to.month=2&period.to.day=20&meal_times=MEAL_TIME_DINNER&fields=RECIPE_FIELD_NORMALIZED_INGREDIENTS&fields=RECIPE_FIELD_INSTRUCTIONS&fields=RECIPE_FIELD_INSTRUCTION_INTENTS&fields=RECIPE_FIELD_NUTRITION&fields=RECIPE_FIELD_NUTRITION_COVERAGE&fields=RECIPE_FIELD_SAVED&fields=RECIPE_FIELD_INGREDIENTS_LINKED_PRODUCTS&fields=RECIPE_FIELD_SAVE_COUNT&fields=RECIPE_FIELD_NORMALIZED_INGREDIENT_NUTRITION&fields=RECIPE_FIELD_AVAILABILITY&fields=RECIPE_FIELD_CONTENT_POLICY_VIOLATION&fields=RECIPE_FIELD_AUTHOR&fields=RECIPE_FIELD_PARENT&fields=RECIPE_FIELD_REVIEWS_STATS&fields=RECIPE_FIELD_REVIEWS_TAGS&fields=RECIPE_FIELD_MY_REVIEW" -H "accept: application/json" -H "Authorization: %USER_TOKEN%"
```

**Example response**

This API allows you to request meal recommendations for either a single day or an entire week. You can flexibly configure your request by selecting the desired meal plan duration according to your needs.

Additionally, the API enables you to choose specific fields you want to include in the response. These may include:

* **Recipe ingredients** – a complete list of ingredients required for each dish.
* **Nutritional information** – details about calories, protein, fats, and carbohydrates for each recipe.
* **Cooking instructions** – step-by-step guidance on how to prepare each dish.
* **Preparation time** – an estimated time required to cook each recipe.
* **Meal category** – such as breakfast, lunch, dinner, or snacks.
* **Dietary properties** – labels indicating vegetarian, gluten-free, or other special dietary options.

This API provides a high level of flexibility and customization, allowing you to tailor meal recommendations to your preferences and requirements.\\

```
{
  "recommended_meals": [
    {
      "date": { "year": 2025, "month": 2, "day": 20 },
      "meal_time": "MEAL_TIME_DINNER",
      "recommended_meal_food": [
        {
          "recipe": {
            "id": "107018d00feb9a37d7ea3c8a4c9095bdb07",
            "name": "Korean Traditional Lunch Box Ideas 😊😋",
            "description": "Hello K Friends! ... Hope you enjoy it!",
            "ingredients": [
              { "text": "1C rice", "id": "0" },
              { "text": "7 oz (200g) bulgogi", "id": "1" },
              { "text": "7 oz (200g) stir fried kimchi", "id": "2" },
              { "text": "7 oz (200g) egg roll", "id": "3" },
              { "text": "7 oz (200g) cucumber salad", "id": "4" }
            ],
            "instructions": {
              "steps": [
                { "text": "Put 1 cup of rice in the rice cooker...", "instruction_intents": {}, "cooking_intents": {} },
                { "text": "Pour about 1 and a half cups of water...", "instruction_intents": {}, "cooking_intents": {} },
                "..."
              ]
            },
            "images": [
              {
                "responsive": { "url": "https://cloudinary-cdn.whisk.com/image/upload/..." },
                "url": "https://image-cdn.whisk.com/image/upload/..."
              }
            ],
            "servings": 2,
            "durations": { "cook_time": 30, "prep_time": 30, "total_time": 60 },
            "normalized_ingredients": "...",
            "nutrition": {
              "status": "STATUS_AVAILABLE",
              "total": [
                {
                  "label": "Total Fat",
                  "code": "NUTRITION_CODE_FAT",
                  "code_translated": { "name": "FAT", "display_name": "Total Fat" },
                  "value": 35.759,
                  "unit": "NUTRITION_UNIT_G",
                  "unit_translated": { "name": "G", "display_name": "g" }
                },
                "..."
              ],
              "coverage": 1,
              "health_score": { "value": 6.054, "nutrients_influence": "..." },
              "glycemic_index": { "value": 54.04 },
              "glycemic_load": { "value": 73.45 }
            },
            "language": "en",
            "save_count": 243,
            "recipe_availability": {
              "banned_in_some_communities": { "community_ids": ["0e11c742066a4d8aadd2375423bb28ed"] }
            },
            "content_policy_violation": {
              "text_status": "MODERATION_STATUS_SUCCESS",
              "image_status": "MODERATION_STATUS_SUCCESS",
              "ingredients_status": "MODERATION_STATUS_SUCCESS"
            },
            "source": { "license": "LICENCE_EXTENDED" },
            "creator": {
              "id": "10222d17ec38c9f4217b00dd05c70f26104",
              "first_name": "Chung's K Food",
              "...": "..."
            },
            "recipe_author": {
              "user": {
                "id": "10222d17ec38c9f4217b00dd05c70f26104",
                "first_name": "Chung's K Food",
                "..."
              }
            },
            "permissions": { "is_instructions_enabled": true, "is_guided_cooking_enabled": true },
            "videos": [ { "embed_url": "https://www.youtube.com/embed/BzArD0TZCCE" } ],
            "recipe_videos": [
              {
                "youtube_video": {
                  "original_link": "https://youtu.be/BzArD0TZCCE",
                  "normalized_link": "https://www.youtube.com/embed/BzArD0TZCCE",
                  "video_id": "BzArD0TZCCE"
                }
              }
            ],
            "reviews": {}
          }
        }
      ]
    }
  ]

```

**Note. Limitations on this endpoint:**

1. Recipe Recommendations Only: This endpoint provides only recipe recommendations—combinations like recipe/side dish or product/product are not supported.
2. Fallback for Non–Food+ Users: For users without Food+, health data is disregarded, and recommendations are based on a standard 2000-calorie daily intake.

\\


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.whisk.com/api/healthy-meal-recommendations/tailored-plan-api-request-for-samsung-tv.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
