Harmonize.ai API

Automate HTS research in your ERP, customs workflow, or product catalog pipeline. Start with one request, then scale to batch processing.

https://clasificador-backend-t0zq.onrender.com
Open Full API Docs
Quick Start

Single Research Request

Send a product description and get ranked HTS candidates with CBP ruling support.

curl -X POST "https://clasificador-backend-t0zq.onrender.com/api/v2/research" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: hm_live_your_key" \
  -d '{
    "description": "Fresh Hass avocados in cardboard cartons",
    "origin_country": "MX",
    "destination_country": "US"
  }'
Endpoints

API v2 Coverage

  • POST /api/v2/research
  • POST /api/v2/batch-research
  • GET /api/v2/usage
  • GET /api/v2/health
  • POST /api/v2/keys
  • GET /api/v2/keys
  • DELETE /api/v2/keys/{key_id}

See request/response schemas, pricing tiers, rate limit headers, and Python/Node/cURL examples in the full docs.

Read Full Documentation