Routing & Optimization Tailored Specifically for Trucks (Not Just Cars)

Plan multi-location routes optimized for truck fleets with our uniquely designed Routing and Optimization APIs and SDKs. Easy to integrate and deploy.

G2 Badge G2 Badge G2 Badge
banner

Join the Ranks: Startups to Enterprises Trust Our Routing and Navigation Platform.

Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap
Logo wrap

Key Features

Get Truck-Compliant Routes

Generate regulation-compliant routes, factoring in truck dimensions like width and height. Tailor safe routes for hazmat trucks, ensuring they steer clear of restricted areas and stay compliant.

Plan Multi-Day HOS Compliant Routes

Design long-haul routes compliant with safety administration rules set for carriers and drivers. Include built-in schedules and breaks, ensuring adherence to Hours of Service regulations for commercial vehicles.

Select Toll and Toll-Free Alternative Routes

Want to avoid tollways? Done. Tailor your routes to match business objectives. Minimize costs by adjusting routes to include or avoid tolls, ferries, tunnels and highways based on preferences and operational needs.

generate-optimal-routes
efficiently-manage-fleets
mobilize-your-workforce
reduce-wait-time
map-data
map-data

Optimize Routes With 50+ Constraints

Leverage 50+ constraints to optimize paths for multi-location routes. Plan recurring and repetitive routes, and modify them to accomodate last minute changes. Enhance efficiency in both forward and reverse logistics. Optimize loads based on volume, whether it's a partial, less-than or full-truckload scenarios.

Integrate Your Existing Telematics Vendor

Seamlessly connect with your existing telematics solution. Enable live tracking and receive instant alerts for a comprehensive fleet monitoring solution.

Generate Mileage & Speed Limit Violation Reports

Calculate mileage breakdowns across states for compliance, invoicing, reimbursement and taxation purposes. Gain insights into speed limit violations to gauge driver behavior and road safety in your trucking operations.

Use Cases

stable

First, Middle & Last Mile Logistics

Simplify the complexities of multi-route and multi-stop planning across the supply chain.

quality

B2B
Deliveries

Handle large-scale recurring and repeated B2B deliveries with optimized routes.

stable

Reverse
Logistics

Find the shortest and most cost-efficient routes to lower operating expenses.

What Makes Us Unique

stable

Solve Unique
Use Cases

Utilize AI-powered APIs, SDKs and map tools to fit any workflow, no matter how complex.

stable

Customizable
Pricing

Choose the option suited for your business needs — whether it's asset-based or usage-based.

stable

Designed for
Scalability

Manage nationwide logistical operations for thousands of orders and vehicles.

stable

Exceptional
Support

Receive assistance from our solution engineers throughout your evaluation and integration phase.

Built for Developers:
Go Live in Days, Not Weeks or Months

Easy Integration

Designed to make developers’ lives easier, our APIs and SDKs follow standard industry protocols, facilitating rapid integration into your applications.

Comprehensive Developer Resources

Dive into our platform's functionality with detailed documentation, code samples, step-by-step tutorials and use case notebooks.

Proactive Support

Receive assistance from our solution engineers and product support team throughout your evaluation, integration, and production phases — a rarity in the location tech landscape.


                        curl --location 'https://api.nextbillion.io/optimization/v2?key={your_api_key}' 
--header 'Content-Type: application/json' 
--data '{
    "options": {
        "routing": {
            "mode": "truck",
            "truck_size":"200, 210, 600",
            "truck_weight": 5000,
            "traffic_timestamp": 1702607400
        }
    },
    "locations": {
        "id": 12,
        "description": "NB.AI TRUCK MODE",
        "location": [
            "40.6085191875,-73.9536178305",
            "40.7372425625,-73.9457455230",
            "40.5942814471,-73.9783025420",
            "40.7109609308,-73.9531622356",
            "40.6166491791,-73.9697126006",
            "40.7148610344,-73.9089981270",
            "40.6385350172,-73.9017287031",
        ]
    },
    "jobs": [],
    "shipments": [
        {
            "pickup": {
                "id": 1,
                "location_index": 0,
                "service": 120,
                "time_windows": [
                    [
                        1702618763,
                        1702625963
                    ]
                ]
            },
            "delivery": {
                "id": 1,
                "location_index": 1,
                "service": 120,
                "time_windows": [
                    [
                        1702618763,
                        1702625963
                    ]
                ]
            },
            "skills": [
                1
            ],
            "priority": 1,
            "amount": [
                16
            ]
        },
        {
            "pickup": {
                "id": 2,
                "location_index": 2,
                "service": 120,
                "time_windows": [
                    [
                        1702622209,
                        1702629409
                    ]
                ]
            },
            "delivery": {
                "id": 2,
                "location_index": 3,
                "service": 120,
                "time_windows": [
                    [
                        1702622209,
                        1702629409
                    ]
                ]
            },
            "skills": [
                3
            ],
            "priority": 1,
            "amount": [
                67
            ]
        },
        {
            "pickup": {
                "id": 3,
                "location_index": 4,
                "service": 120,
                "time_windows": [
                    [
                        1702625500,
                        1702632700
                    ]
                ]
            },
            "delivery": {
                "id": 3,
                "location_index": 5,
                "service": 120,
                "time_windows": [
                    [
                        1702625500,
                        1702632700
                    ]
                ]
            },
            "skills": [
                5
            ],
            "priority": 1,
            "amount": [
                98
            ]
        },
        {
            "pickup": {
                "id": 4,
                "location_index": 6,
                "service": 120,
                "time_windows": [
                    [
                        1702626638,
                        1702633838
                    ]
                ]
            },
            "delivery": {
                "id": 4,
                "location_index": 7,
                "service": 120,
                "time_windows": [
                    [
                        1702626638,
                        1702633838
                    ]
                ]
            },
            "skills": [
                1
            ],
            "priority": 1,
            "amount": [
                27
            ]
        }
    ],
    "vehicles": [
        {
            "id": 1,
            "start_index": 21,
            "end_index": 21,
            "capacity": [
                100
            ],
            "time_window": [
                1702607400,
                1702625400
            ],
            "skills": [
                2,
                5
            ],
            "breaks": [],
            "max_tasks": 25,
            "costs": {
                "fixed": 0
            }
        },
        {
            "id": 2,
            "start_index": 21,
            "end_index": 21,
            "capacity": [
                100
            ],
            "time_window": [
                1702607400,
                1702625400
            ],
            "skills": [
                2,
                5
            ],
            "breaks": [],
            "max_tasks": 25,
            "costs": {
                "fixed": 1000
            }
        },
    ]
}'
                        

                        curl --location --request POST 'https://api.nextbillion.io/distancematrix/json?key=&option=flexible' \
--header 'Content-Type: application/json' \
--data-raw '{
    "origins":"34.06837391,-118.34429779|34.05930480,-118.37538887|34.02229277,-118.37407516",
    "destinations":"33.97219196,-118.25627941|33.90534494,-118.25452780|33.84717446,-118.24795926",
    "mode":"truck",
    "avoid":"toll",
    "departure_time":1684911995
}'
                            
product-support

Pricing that Works for Every Business

stable

Asset-based

Pricing based on the number of assets.

stable

Usage-based

Pricing based on actual usage of products and services.

stable

Customized

Tailored pricing to meet specific business needs.

Dynamic Routing Solution for Truck Fleets

Explore a range of APIs, SDKs and tools by NextBillion.ai that enable you to handle unique workflows.

Ready for Routing APIs that work for your business?

Request a Demo

Trusted by Enterprises and Start-Ups Worldwide

G2 Badge G2 Badge G2 Badge G2 Badge G2 Badge

NextBillion.ai solves the problem of providing a high-performance mapping platform at scale. We generate efficient delivery schedules in real time for hundreds of vehicles, so distance calculations need to be fast and reliable. NextBillion.ai’s Distance Matrix service meets and exceeds this demand.

james-nebeker

James Nebeker,
Machine Learning Engineer

NextBillion.ai were quick to integrate with our data set and provide their solution tuned to our data. Ability to tune the eta models for targetted driving profiles with minimal effort is probably the standout experience.

jebu-ittiachen

Jebu Ittiachen,
Chief Architect, Freight Tiger

By substantially reducing the number of developer hours spent on scheduling, NextBillion.ai’s MVRP and large Distance Matrix API have helped us improve our operational efficiency and increase our cost savings significantly!

carson-stevens

Carson Stevens,
Data Engineer

Seamless Integrations With
Top Enterprise Clouds, ERPs and CRMs

Logo Logo Logo Logo Logo

Featured on

Explore articles featuring our organization and industry recognition.

Logo wrap

Simplify truck routing operations and build efficient and safer trucking solutions with NextBillion.ai

UNITED STATES

21 E State Street, Suite 200,
Columbus, OH 43215

SINGAPORE

#32-01, 80 Raffles Place,
UOB Plaza, Singapore 048624

© 2024 NextBillion.AI

Terms of use

Privacy Policy

All rights reserved