Try our API

Test the tariff calculation API without signing up. See real calculations in action.

Shipment Details

This is a live demo with rate limiting. For production use, get an API key.

Calculation Result

Fill in the shipment details and click "Calculate Tariffs" to see the result.

API Request Preview

This is the equivalent curl command:

# Calculate export duties curl -X POST https://api.export-connect.io/api/v1/calculate \ -H "Content-Type: application/json" \ -H "X-API-Key: your_api_key" \ -d '{ "destinationCountry": "US", "lines": [{ "wineType": "STILL_RED", "quantity": 12, "container": "bouteille", "alcoholDegree": 13.5, "unitValue": 15.00 }] }'

Ready for production?

Get your API key and start integrating in minutes.