/
BI
bigoven
/
1,000,000+ Recipe and Grocery List API (v2)
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 7h ago · Updated 1mo ago
Details
Collection
3
GroceryList
10
Images
6
get
Get all the images for a recipe. DEPRECATED. Please use /recipe/{recipeId}/photos.
get
Gets the pending by user.
get
Get all the photos for a recipe
get
Gets a list of RecipeScan images for the recipe. There will be at most 3 per recipe.
post
POST: /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.
post
POST: /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.
Me
7
Note
5
Recipe
23
Review
12
Images
Get all the images for a recipe. DEPRECATED. Please use /recipe/{recipeId}/photos.
get
/recipe/{recipeId}/images
Path parameters
recipeId
integer
required
Recipe ID (required)
Response
OK
BigOvenModelAPIImage[]
required
ImageID
integer
ImageURL
string
ImageURL48
string
ImageURL64
string
ImageURL120
string
ImageURL128
string
ImageURL200
string
ImageURL256
string
CreationDate
string
IsPrimary
boolean
Caption
string
Poster
BigOvenModelAPIUserInfo
MaxImageSquare
integer
ImageSquares
integer[]