← Back to Home

Partner API

White-label trade compliance engine — you keep client data, branding, and trust; we provide the calculations.

Core Features

HS Classification

AI-powered product classification to 8-digit HS codes

Key Feature

Tariff 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-Ready

Mexico 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_KEY

Test mode keys use prefix tri_test_. Sign up for an API key.

Endpoints

POST/api/v1/classify

1 creditsAll

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

TierMonthlyCreditsEndpointsOverage
Free$0100All 65Blocked
Starter$49/mo500All 65$0.05/credit
Pro$199/mo3,000All 65$0.03/credit
Business$599/mo12,000All 65$0.02/credit
EnterpriseCustom50,000+All 65 + dedicated infraCustom

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
Most Partners

Isolated

Dedicated database, NDA-safe, enterprise compliance

  • SOC 2 Type II ready
  • Data residency options
  • Custom retention policies
Enterprise

Get Started

Start with 100 credits. Upgrade as you grow. All 65 endpoints available on every tier.

Get API Key

Already have a key? Getting Started guide · Developer guide