Skip to main content
Kasiye is a shipping platform for businesses that need to quote, book, and track deliveries from their own systems. Use the dashboard to create shipments by hand, or the workspace API to book them from your app. Every request is scoped to your workspace. Another team’s shipment is never visible to your key.

What you can do

Quote a route

Check coverage and get distance, weight, and total fees before you book.

Create shipments

Book a covered delivery. PayChangu must be connected on the workspace.

Track and update

Fetch a shipment by reference, update it while it is unpaid, or cancel it.

Authenticate

Call https://api.kasiye.com/v1 with your workspace secret key (shp_…).

Base URL

All API paths are versioned under /v1 on the api subdomain:
Local development uses http://api.localhost:8000/v1.

Shipment lifecycle

Payment is tracked separately: awaiting_payment, paid, failed, or refunded. You can update customer, addresses, and weight only while the shipment is pending and awaiting_payment. You can cancel while it is pending or awaiting_pickup.
New to the API? Start with the quickstart — quote a route, then create a shipment in a few requests.