Core Features
HS Classification
AI-powered product classification to 8-digit HS codes
Key FeatureTariff Lookup
9 markets: US, MX, CA, EU, BR, JP, CPTPP, IN, VN
USMCA Calculator
RVC calculation, qualification, preference criterion
Defensibility Report
GRI-cited classification rationale with Federal Register citations
Audit-ReadyMexico ROI Calculator
China vs Mexico sourcing duty savings comparison
9-Market Comparison
Find lowest duty route from Mexico
Authentication
Authorization: Bearer tri_live_YOUR_API_KEYTest mode keys use prefix tri_test_. Sign up for an API key.
Endpoints
POST/api/v1/classify
AI-powered HS code classification from product descriptions
Request
{
"description": "Industrial robotic arm for automotive assembly",
"context": {
"industry": "automotive",
"origin_country": "MX"
}
}Response
{
"success": true,
"hs_code": "8479.50.00",
"confidence": 92,
"description": "Industrial robots for multiple uses",
"alternatives": [
{
"hs_code": "8428.90.00",
"confidence": 78,
"reason": "If primarily lifting equipment"
}
]
}cURL Example
curl -X POST "https://triangle-trade-intel.site/api/v1/classify" \
-H "Authorization: Bearer tri_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"description":"Industrial robotic arm for automotive assembly","context":{"industry":"automotive","origin_country":"MX"}}'Partner Pricing
| Tier | Monthly | Credits | Endpoints | Overage |
|---|---|---|---|---|
| Free | $0 | 100 | All 65 | Blocked |
| Starter | $49/mo | 500 | All 65 | $0.05/credit |
| Pro | $199/mo | 3,000 | All 65 | $0.03/credit |
| Business | $599/mo | 12,000 | All 65 | $0.02/credit |
| Enterprise | Custom | 50,000+ | All 65 + dedicated infra | Custom |
All tiers get all 65 endpoints. No endpoint gating. See full pricing details.
Embeddable Widgets
Drop tariff intelligence directly into your platform with 8 embeddable widgets. One script tag, your domain, your users.
- Tariff Calculator — MFN + Section 301/232/122 stacking
- HS Classifier — Full classification with interview flow
- USMCA Qualification — RVC analysis with thresholds
- Mexico ROI Calculator — Nearshoring savings breakdown
- CBP Entry Review — Pre-filing risk scoring
- IEEPA Refund Estimator — Historical refund calculator
- Audit Export — CBP-ready documentation
<script src="https://triangle-trade-intel.site/widgets/tariff-calculator.js" data-key="tri_widget_live_YOUR_KEY" data-theme="dark" ></script>
Database Modes
Standard
Shared infrastructure, managed updates, faster setup
- Instant provisioning
- Automatic tariff updates
- 99.9% uptime SLA
Isolated
Dedicated database, NDA-safe, enterprise compliance
- SOC 2 Type II ready
- Data residency options
- Custom retention policies
Get Started
Start with 100 credits. Upgrade as you grow. All 65 endpoints available on every tier.
Get API KeyAlready have a key? Getting Started guide · Developer guide