Testen Sie unsere API

Testen Sie die Zollberechnungs-API ohne Anmeldung. Sehen Sie echte Berechnungen in Aktion.

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-Anfrage-Vorschau

Dies ist der entsprechende curl-Befehl:

# 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.