A REST API to classify goods and extract documents β from your own software.
import camtom
client = camtom.Client(api_key="YOUR_API_KEY")
# Clasificar una mercancia
result = client.classify(
description="Valvula de acero para uso industrial",
country_origin="CN",
)
print(result.fraction) # "8481.80.99"
print(result.confidence) # 0.97
print(result.tariff_rate) # "5%"Camtom products available for the United States via API. Integrate one or all of them.
Classify goods using the HTS (Harmonized Tariff Schedule) with +95% accuracy.
POST /v1/classifyUse cases
From ERPs to logistics platforms, the Camtom API integrates into any workflow.
less data entry time
Connect tariff classification and document extraction directly to SAP, Oracle, or your internal ERP. Eliminate manual data entry.
SKUs per hour
Process thousands of SKUs in minutes. Upload complete catalogs via API and receive HTS codes with guaranteed accuracy.
integration, the entire platform
Classify goods and extract documents from your transportation management system. One integration to meet CBP requirements.
Everything you need to integrate fast and scale with confidence.
Guides, tutorials, and reference for every endpoint with real examples.
Test environment with real data so you can experiment risk-free.
Receive instant notifications when your processes complete.
Enterprise infrastructure with availability guarantee.
From 100 to unlimited requests depending on your plan.
Libraries for Python, Node.js, and more. Install and start in minutes.
From zero to your first classification in minutes.
Create your account and get your access credentials. Includes free sandbox for testing.
export CAMTOM_API_KEY=sk_live_...Use the Python or Node.js SDK, or make direct REST calls.
pip install camtom # o: npm install camtomClassify a product, extract a document, or validate an EIN in seconds.
result = client.classify(description="Laptop Dell 15 pulgadas")Explore the documentation, test in sandbox, and bring customs AI to your platform.