Customer Classification API

API for triggering and retrieving classifications for products

BASE URL
https://api.smarterx.com

Authentication

Sign into view and manage your API credentials

Lookup product by UPC

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Path Parameters

upc

required, string

UPC for the desired product

GET
/classification/v1/products/:upc
1

Bulk upload products

Upload products in text/csv format. The header row must include either UPC, product_name, or both- the headers are case-insensitive. Each row must include either UPC or product_name if UPC is not specified to ensure that SmarterX's enrichment pipeline can identify and enrich the product appropriately. Additional values aside from upc or product_name should be provided if available to ensure the accuracy of classification results.

Protected by API Key

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Request Body

The full CSV payload to be uploaded

Unnamed Property

required, string
POST
/classification/v1/products/bulk
1

docs

OpenAPI spec

GET
/classification/v1/docs
1