Add User Recipe
This endpoint allows adding favorite recipe. This API available only for user access-token integration.
Add User Recipe
POST
https://graph.whisk.com/v1/recipes
Path Parameters
Request Body
Sample Request
It will return a 400 error code if a limit of the allowed number of saved recipes is exceeded. The limit is 50 recipes per user.
Partially added recipe
If the recipe was not successfully extracted from the site. It means Whisk was not able to understand at least name and recipe ingredients.
Whisk will create a recipe copy for this user. So a user will be able to finish up a recipe by himself.
Recipe state will be failed, in case if whisk was not able to parse recipe.
Response
RawIngredient
NormalizedIngredient
RawIngredient
RecipeIngredientAnalysis
RecipeInstruction
RecipeInstructions
ProductCategory
ImageContainer
ResponsiveImage
OriginalImage
VideoContainer
RecipeSource
RecipeLabels
RecipeLabel
Some RecipeLabel description
RecipeDurations
RecipeConstraints
ConstraintsCollection
RecipeSaved
RecipeAuthor
Last updated