Describe a product. The agent searches CBP rulings, applies GRI rules, verifies against the live HTS schedule, and returns the 10-digit code with the actual duty rate importers paid (US Census Bureau). Web UI below — API access included.
JSON in, JSON out. No SDK required.
# Classify a product curl -X POST https://htsapi.dev/v1/classify \ -H "Content-Type: application/json" \ -H "X-API-Key: YOUR_API_KEY" \ -d '{ "description": "yoga mat", "country_of_origin": "China" }' # Response includes: # - hts_code: "9506.91.00.30" (high confidence) # - census_duties: 38.3% effective from China # - rulings: 3 CBP rulings confirming classification # - legal_notes: Chapter 95 GRI notes # - clarification: null (confident)
Also: Duty stacking · De minimis · CBP rulings · Audit response
An AI agent does the investigation. One API call returns the code with evidence.
Tested on 200 out-of-sample CBP rulings from 2024-2025. The agent searches ruling precedents, reads the USITC HTS schedule, and applies GRI rules.
Most tariff classification APIs return a code and a rate. We return the code, the actual duty CBP collected from Census data (not a calculated estimate), the CBP rulings that support the classification, the official legal reasoning per WCO General Rules of Interpretation, and a specific question when the answer isn't clear. Every field is sourced and verifiable.
70% exact 10-digit accuracy and 80% at 4-digit heading on a 200-item benchmark of novel CBP rulings (products the agent hasn't seen before). The agent searches CBP precedent and applies GRI rules, telling you its confidence level and asking clarification questions when uncertain — so you know when to trust the result and when to verify.
Effective duty rates come from the US Census Bureau International Trade data — what CBP actually collected at the port. This includes MFN base rates, Section 301 and 232 tariffs, FTA program usage, and exclusions. Not a theoretical calculation.
Yes. The rate provision breakdown shows exactly how much of the duty is from Section 301/232/reciprocal tariffs versus the MFN base rate. For example, a yoga mat from China shows 38.3% effective duty with 99% of imports hit by additional tariffs at the RP=69 level.
We're the only API that returns actual Census Bureau duty data alongside classification. Other APIs calculate duty from the tariff schedule — we show what was actually collected. We also return CBP ruling precedents and GRI legal notes, which no other classification API provides. Price: $0.05-$0.10 per classification.
Yes. The web demo above is free with no API key required. Describe any product and get the full classification with duty rates, rulings, and legal notes.
The 2026 USITC Harmonized Tariff Schedule, refreshed on each HTS revision. Census Bureau duty data reflects the most recent available month (typically 6 weeks lag).
No subscriptions. Credits never expire. Each /classify call = 1 credit.
Already have an API key? Sign in
Need volume pricing? Contact us.