World Product Codes
World Product Codes is a product classification API that maps physical product descriptions, barcodes (UPC / EAN / GTIN), and product images to structured international taxonomy codes across **11 global classification systems** — including HS, HTS, TARIC, UNSPSC, ISIC, NAICS, NACE, SIC (US & UK), SITC, and CPC. **How it works:** Submit a product description like `"waterproof hiking boots with…
World Product Codes endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
/health /health |
Basic pulse check for the platform verifying database configuration and server liveliness. |
| standards | ||
| GET |
/standards /standards |
Retrieve a list of actively supported taxonomy standards available securely in the pipeline. |
| classify | ||
| POST |
/classify /classify |
Submit a freeform string descripting a product, or natively submit an EAN/UPC/GTIN format string for direct offline cache resolution fallback and standard mapping. |
| POST |
/classify/image /classify/image |
Transmits binary multipart images through the Vision pipeline for localized text extraction and classification. |
| POST |
/classify/bulk /classify/bulk |
Queues thousands of text payloads securely for bulk extraction natively using delayed worker pipelines. Returns a webhook notification when completed. |
| jobs | ||
| GET |
/jobs/{id} /jobs/{id} |
Retrieve the results of a dispatched batch execution cleanly. |
| codes | ||
| GET |
/codes/{standard}/{code} /codes/{standard}/{code} |
Returns the absolute textual definition and hierarchical parent maps for specific valid digits natively from DB. |
| GET |
/codes/search /codes/search |
Triggers a fuzzy full-text lookup against postgres dictionaries. |
| audit | ||
| GET |
/audit /audit |
Allows a user to verify their interaction chain natively across our system and LLM networks. |
World Product Codes pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $29 / month | 5 / second |
|
| ULTRA Recommended | $99 / month | 25 / second |
|
| MEGA | $299 / month | 100 / second |
|