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 multip
POST
/recipe/{recipeId}/image
Request
Path Params
Query Params
Responses
🟢200Success
application/json
Body
🟠400if bad request (e.g., missing parameters)
🟠401if the user is unknown
🟠415if unsupported media type (e.g., bad JPG)
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api2.bigoven.com/recipe//image'