DEVELOPER
Everything you need to integrate with our platform — REST, GraphQL, and MCP.
Explore, test, and integrate with our RESTful endpoints. Full Swagger UI with interactive request builder and authentication support.
Query exactly the data you need with our GraphQL API. Interactive playground with schema explorer and operation testing.
Connect your AI assistant to the platform using the Model Context Protocol. Setup guides for Claude, Cursor, and more.
Log in and go to Settings → API Keys to generate your personal access token.
Use REST for standard CRUD operations, GraphQL for flexible data queries, or MCP to connect AI assistants directly to your logistics data.
Open the interactive docs to test endpoints in your browser, then copy the code snippets into your application.
All three APIs use the same Bearer token (obtained via the login endpoint). Some endpoints are public and require no authentication — including login, public tracking, and driver self-registration.
Obtain a token via the login endpoint:
Request Header
Standard CRUD operations, webhooks, order/route management
Flexible data fetching, custom reports, nested queries
AI assistant integration (Claude, Cursor, Copilot, etc.)
Give your AI assistant logistics superpowers. Connect via MCP for zero-code setup, call our API directly from your AI agent, or download the skill file for complete semantic guidance.
Look up any package's delivery status, event timeline, and proof of delivery (signature/photo) by tracking number.
Get the full audit trail for orders — who changed what status, when, where, with GPS coordinates and attached photos.
Get shipping quotes from carriers, create shipping labels, download label PDFs, cancel shipments, and submit end-of-day manifests.
Create delivery/pickup orders, build optimized multi-driver routes, and manage the full last-mile delivery workflow.
For AI assistants used by your customers. Paste the config and your AI can track packages instantly — no coding required.
For AI coding assistants (Claude Code, Cursor, etc.) that help you build Superroute integrations. Your AI can directly call APIs, test endpoints, and generate integration code.
No auth needed to connect. Tools that call APIs will ask for a token at runtime and recommend storing it in .env.
Structured capability descriptions for AI agents, LLM tool-calling systems, and MCP clients. All endpoints are public, no authentication required.
Complete manifest with tool definitions, schemas, auth info, and workflows.
/llms.txtGet tool definitions in the format native to your AI platform.
OpenAPI spec enriched with x-ai-* extensions (tool names, when to use, categories).
GraphQL docs enriched with aiHints per operation (when to use, related workflows).
GET https://api.miliexpress.com/api/ai/capabilities
Test Superroute AI tools directly in your browser. Select a tool, fill in the parameters, and see the live API response.
Click "Run" to execute the tool...
For developers building custom AI agents, chatbots, or programmatic integrations. Call our API directly from your code with full access to all logistics capabilities.
A comprehensive skill file with deep logistics domain knowledge — what each API does, when to use it, what parameters mean in real business context, how to interpret results, and how capabilities compose together.
Download Skill File (.md)