camtom
API
Clients
Pricing
Sign inTry now→
camtom
All services operational

Products

  • TariffPro β€” Tariff Classification
  • Docs β€” Document Extraction
  • API for Developers

Resources

  • Blog
  • Academy
  • Ebooks
  • Client Stories
  • Use Cases
  • Tariff Classifier

Company

  • About
  • Contact
  • Pricing
  • Security
  • Privacy Policy
  • Confidentiality Notice
  • Terms & Conditions
Β© 2026 Camtom Labs, LLCΒ·
SocialinXβ–Άfβ—Ž

Designed and built in San Francisco, CA

API v3 available

Connect your software
with customs AI
most accurate

A REST API to classify goods and extract documents β€” from your own software.

Explore documentation→Request API key
Official SDKs:PythonNode.jsREST
Python
Node.js
cURL
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%"

The entire platform, one single endpoint

Camtom products available for the United States via API. Integrate one or all of them.

TariffProTariff Classification

Classify goods using the HTS (Harmonized Tariff Schedule) with +95% accuracy.

POST /v1/classify

Use cases

How our clients use the API

From ERPs to logistics platforms, the Camtom API integrates into any workflow.

90%

less data entry time

Automate your ERP

Connect tariff classification and document extraction directly to SAP, Oracle, or your internal ERP. Eliminate manual data entry.

View example
10,000+

SKUs per hour

Bulk classification

Process thousands of SKUs in minutes. Upload complete catalogs via API and receive HTS codes with guaranteed accuracy.

View example
1

integration, the entire platform

Integrate with your TMS

Classify goods and extract documents from your transportation management system. One integration to meet CBP requirements.

View example

Designed for developers

Everything you need to integrate fast and scale with confidence.

Complete documentation

Guides, tutorials, and reference for every endpoint with real examples.

Sandbox included

Test environment with real data so you can experiment risk-free.

Real-time webhooks

Receive instant notifications when your processes complete.

99.9% Uptime SLA

Enterprise infrastructure with availability guarantee.

Flexible rate limits

From 100 to unlimited requests depending on your plan.

Official SDKs

Libraries for Python, Node.js, and more. Install and start in minutes.

Get started in 3 steps

From zero to your first classification in minutes.

01

Request your API key

Create your account and get your access credentials. Includes free sandbox for testing.

export CAMTOM_API_KEY=sk_live_...
02

Install the SDK

Use the Python or Node.js SDK, or make direct REST calls.

pip install camtom # o: npm install camtom
03

Make your first call

Classify a product, extract a document, or validate an EIN in seconds.

result = client.classify(description="Laptop Dell 15 pulgadas")

Ready to integrate?

Explore the documentation, test in sandbox, and bring customs AI to your platform.

Explore documentation→Schedule a call