POST /food/products/classifyBatch

Classify Grocery Product Bulk

Provide a set of product jsons, get back classified products.

Request Traces

Request Headers

POST https://api.spoonacular.com/food/products/classifyBatch
Accept: application/json

Request Content

[
   {
      "plu_code": "string",
      "title": "string",
      "upc": "string",
   },
]

HTTP Response

HTTP 200

Success

[
   {
      "breadcrumbs":       [
         {
         },
      ],
      "category": "string",
      "cleanTitle": "string",
      "image": "string",
      "usdaCode": 0,
   },
]
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found