Auto-Generator

This endpoint generates a meal plan for a specified period of time. How does it work?

  • The daily caloric intake is calculated according to specific fields in the user’s profile, i.e. their height, weight, sex and activity levels

  • The meal planner then composes a tailor made meal plan, composed of recipes taken from Whisk’s extensive and varied recipe database

More info: https://api.whisk.com/spec/#/MealPlanAPI/GenerateMealPlan2

Meal generation settings

To get and update the meal planner settings for each plan, use the following endpoints:

More info: https://api.whisk.com/spec/#/MealPlanAPI/GetMealPlanSettings2

More info: https://api.whisk.com/spec/#/MealPlanAPI/UpdateMealPlanSettings2

Meal generation settings can also be specified as part of the generation request, in which case the stored settings will be disregarded and overridden.

Settings model

User profile

To get and configure User profile you can use these endpoints:

This list of user profile preferences could impact the meal recommendation algorithm:

  • Age

  • Gender

  • Health goals

  • Height, Weight

  • Activity level

  • Dietary Preferences

  • Allergies and Intolerance

  • Disliked Ingredients

  • Cooking Preferences

Last updated