Built for the 2026 EU Customs Reform

Classify any shipment instantly.

AI-powered HS code classification for EU export compliance — try it live below, no signup required.

Live Sandbox

Instant 10-Digit HS Code Classifier

HS Code Description

Live preview of ClearLoad’s real classification pipeline — not certified customs advice.

Customs Integration API

One endpoint. A compliant HS code, every time.

Pass a raw goods description, get a structured HS/TARIC classification back — chapter, heading, and confidence included.

# Request
curl -X POST https://api.clearload.net/v1/classify \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "description": "100% cotton knitted t-shirts, size L"
  }'
# Response
{
  "hs_code": "6109100090",
  "chapter": "61",
  "heading": "6109",
  "confidence": "high"
}
Pricing

Simple, usage-based pricing

Free in the sandbox above. Metered or custom once you integrate.

API Developer Plan

Metered volume pricing

Full REST API access, billed by classification volume. Pay only for what you classify.

Manual Classification

Unlimited manual lookups

Unlimited manual lookups for teams without a dev integration — no API required.

Enterprise Flow

Custom tier

Dedicated throughput and direct integration for high-volume logistics pipelines.

FAQ

Frequently asked questions

What is an HS code and why does it matter for EU exports? +

An HS (Harmonized System) code is a standardized number used by customs authorities worldwide to classify traded goods. Under the 2026 EU customs reform, a missing or incorrect 10-digit HS code can trigger an automatic “Do Not Load” order at the port of origin, delaying shipments and increasing storage costs.

How does ClearLoad’s AI classify HS codes automatically? +

ClearLoad first enriches your goods description using real industry data, translating everyday commercial language into TARIC-style terminology (a step we call synonymizing). It then combines retrieval-augmented generation over the full TARIC nomenclature with large language model reasoning, matching that enriched description to the most likely compliant 10-digit HS code and returning a confidence score based on retrieval quality and classification certainty.

Can I test the HS code classifier before integrating the API? +

Yes — the sandbox above lets you run up to 5 free classifications per day directly in your browser. For production volumes, our Customs Integration API performs the same classification programmatically, at scale.

Does ClearLoad support bulk or enterprise-scale customs data integration? +

Yes. Our Enterprise Flow tier is built for high-volume logistics pipelines, with custom throughput, dedicated support, and direct integration with CargoWise, forwarding ERPs, and the EU Customs DataHub.