Image Classification by URL
GET {{baseUrl}}/food/images/classify?imageUrl=https://spoonacular.com/recipeImages/635350-240x150.jpg
Classify a food image.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
imageUrl | string | (Required) The URL of the image to be classified. |
RESPONSES
status: OK
{"category":"burger","probability":0.91354}