Essayez notre API

Testez l'API de calcul des tarifs sans inscription. Voyez de vrais calculs en 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.

Aperçu de la requête API

Voici la commande curl équivalente :

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