Integrate our high-speed logistics network directly into your E-commerce platform.
The Curozip API allows merchants to automate booking, tracking, and rate calculation seamlessly.
Create a new parcel booking.
curl -X POST https://api.curozip.com/v1/create_booking \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"sender_name": "My Store",
"receiver_name": "John Doe",
"destination_city": "Mumbai",
"weight": 2.5
}'
Track a parcel using its Tracking ID.
curl -X GET https://api.curozip.com/v1/track?id=CRZ-A1B2C3 \
-H "Authorization: Bearer YOUR_API_KEY"
To get your API key, please contact support@curozip.com.