Documentation
The Trade Hub technical documentation - customs classification API, export control and professional tools.
Technical documentation for The Trade Hub platform. API integration, endpoint reference and professional tools documentation.
API & Integration
Quick start
API key and first classification in 5 minutes.
API Reference
Endpoints, authentication, code examples - complete technical reference.
Reference data
Customs offices, country codes, currencies, ports and airports, document codes.
Tools
ClassifyAI
Automated tariff classification. 1M+ BTI decisions, GRI justification.
Export control
Dual-use goods classification (Annex I EU 2021/821, Wassenaar 2025).
TARIC Nomenclature
25,000+ TARIC codes, measures, customs duties, Eurostat trade data.
Material Accounting
IP/PA/PF authorization management, entries, discharge, inventories.
Professional guides
For customs knowledge, import/export guides and DGDDI system documentation, see our professional guides.
Import/export guide
10 chapters: diagnostic, EORI, classification, origin, value, duties, Incoterms.
Customs fundamentals
Nomenclature, classification (6 GIR), customs value, origin, BTI/RTC, procedures.
DELTA I/E
Import/export declarations on the French customs system DELTA I/E.
Transit NCTS
Transit declarations on NCTS Phase 5 / DELTA T.
Quick start
- Create your API key in developer settings
- Classify your first product with an API call
- Check the results with HS code, confidence and GRI justification
curl -X POST https://api.thetradehub.eu/v1/classify/jobs \
-H "X-API-Key: th_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"content": "USB-C to Lightning cable for iPhone"}'Last updated