Integrate with Routific's intelligent route optimization platform.
Looking for the stand-alone Routing Engine API?
Note that these APIs integrate with the new Routific platform. If you're looking for a standalone solver that just returns the optimized routes in JSON format, you can check out the Routing Engine API or the latest beta engine for higher limits and better routes.
Getting Started
Routific’s Platform API helps you automate delivery route planning with ease.
To get started, sign up for a free trial and explore our API.
- Sign up for a Free Trial
- Navigate to Company Settings > Integrations > Create API Token
- Create a token and save it somewhere secure
- Review the docs and make your first API request
Try it today and streamline your delivery operations!
Overview of the Routific Platform APIs
With these APIs you can integrate Routific with your own systems and automate your workflows:
- Push orders into Routific
- Pull routes out of Routific (including order completion statuses and timestamps)
1. Create Orders
Skip the CSV upload step by automatically creating orders in Routific.
You can create them in batch or one at a time (as your orders flow in real-time) by calling the /orders
endpoint.
2. Create Routes on Routific
Log in to your Routific account and you will see your orders on the orders page and in the unscheduled tray on the Routing page.
From the Routific UI, you can create routes, inspect them, and make any changes. You can also assign drivers to routes. We currently do not have APIs to automate the route creation process (yet).
3. Pull route information
Once you're happy with your routes, you can pull the route information via the /routes
and /routes/{{uuid}}/timeline
endpoints. Common use-cases:
- Retrieve route sequences for each route to print labels
- Send route manifests to your warehouse operations to start the packing process
- Retrieve optimized routes and dispatch via your own mobile app
The /routes/{{uuid}}/timeline
endpoint will also return completion statuses on the orders including the planned vs actual ETA timings on each route.
Let us help you!
Want an API key? Need something not covered in these docs? Please book a call here – we're happy to help!