Four integrated modules — HS Classifier, Tariff Calculator, Document Generator, Trade Intelligence — backed by a REST API and a tamper-evident audit ledger. Every AI action runs through Band A→D approval gates.
Derives 6–10 digit Harmonized System codes from product category, ingredient list, destination market, and declared value. Returns a confidence-scored classification with regulatory status, required documents, and any prohibited-ingredient flags.
| Field | Value |
|---|---|
| HS Code | 1108.19.90 |
| CN Category | 變性澱粉 / 变性淀粉 |
| Status | Approved |
| Confidence | 0.92 |
| Duty (MFN) | 10% |
| CEPA Rate | 0% (Form CO) |
| Req. Docs | CFS · CN Label 3 |
Calculates landed cost for a shipment: MFN duty, preferential rate (CEPA/RCEP), VAT, additional taxes, and CBEC-specific rules including de minimis thresholds. Outputs a line-by-line cost breakdown that a CFO can audit.
| Component | Rate | Amount (CNY) |
|---|---|---|
| Declared value | — | 420.00 |
| MFN duty (10%) | 10% | 42.00 |
| CEPA duty (Form CO) | 0% | 0.00 |
| VAT (9%) | 9% | 37.80 |
| Freight + insurance | — | 65.00 |
| Landed cost | — | 522.80 |
Generates customs-ready trade documents from your shipment data. Commercial invoice, packing list, certificate of origin (for CEPA/RCEP claims), and customs declaration drafts. Band D gated — no declaration is filed without a logged human signature.
Monitors regulatory sources for policy changes affecting your specific trade lanes and HS codes. Surfaces alerts before they affect your next shipment — CEPA supplement amendments, RCEP origin rule updates, CBEC positive-list revisions, CN export restrictions.
Straightforward JSON API with API key authentication. No SDK required. Rate limits scale with your plan.
| Method | Path | Description | Auth |
|---|---|---|---|
| GET | /v1/health |
Health check | None |
| POST | /v1/classify |
Classify a single product | X-API-Key |
| POST | /v1/classify/batch |
Classify up to 50 products | X-API-Key |
| POST | /v1/tariff/calculate |
Calculate landed cost | X-API-Key |
| POST | /v1/documents/generate |
Generate trade document draft | X-API-Key |
| GET | /v1/intelligence/alerts |
Fetch policy change alerts | X-API-Key |
| POST | /v1/intelligence/subscribe |
Subscribe webhook to alert feed | X-API-Key |