/
/1,000,000+ Recipe and Grocery List API (v2)
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9h ago · Updated 1mo ago
Collection3
GroceryList10
Images6
  • getGet all the images for a recipe. DEPRECATED. Please use /recipe/{recipeId}/photos.
  • getGets the pending by user.
  • getGet all the photos for a recipe
  • getGets a list of RecipeScan images for the recipe. There will be at most 3 per recipe.
  • postPOST: /recipe/{recipeId}/image?lat=42&lng=21&caption=this%20is%20my%20caption Note that caption, lng and lat are all optional, but must go on the request URI as params because this endpoint needs a multipart/mime content header and will not parse JSON in the body along with it. Testing with Postman (validated 11/20/2015): 1) Remove the Content-Type header; add authentication information 2) On the request, click Body and choose "form-data", then add a line item with "key" column set to "file" and on the right, change the type of the input from Text to File. Browse and choose a JPG.
  • postPOST: /image/avatar Testing with Postman (validated 11/20/2015): 1) Remove the Content-Type header; add authentication information 2) On the request, click Body and choose "form-data", then add a line item with "key" column set to "file" and on the right, change the type of the input from Text to File. Browse and choose a JPG.
Me7
Note5
Recipe23
Review12
    Images

    Gets the pending by user.

    get/recipe/photos/pending

    Response

    OK

    ResultCountinteger

    Gets or sets the result count.