Classify Grocery Product Bulk
POST {{baseUrl}}/food/products/classifyBatch?locale=en_US
Provide a set of product jsons, get back classified products.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
locale | string | The display name of the returned category, supported is en_US (for American English) and en_GB (for British English). |
Request Body
{"0"=>{"title"=>"Kroger Vitamin A & D Reduced Fat 2% Milk", "upc"=>"", "plu_code"=>""}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
[{"cleanTitle":"Kroger Vitamin A \u0026 D Reduced Fat 2% Milk","image":"https://spoonacular.com/cdn/ingredients_100x100/milk.png","category":"2 percent milk","breadcrumbs":["2 percent milk","milk","drink","ingredient"],"usdaCode":1174}]