Icepack DOCS

  • About Icepack
    • Overview
    • Performance
    • Visibility
    • Icepack Security
    • Extensibility
    • Billing
    • Regions
  • Getting Started
    • Quickstart Overview
    • Calling the API
    • Model submission
    • Client Portal sign-up
    • Protobuf installation
    • What's next?
  • Model Overview
    • Model Overview
    • Problem envelope
    • Routing models
    • Periodic models
    • Sourcing models
  • Distance/Time Matrix
    • Overview
    • Geocode
    • Location
    • Matrix Request
    • Matrix Response
  • TSP
    • TSP Overview
    • Classic-TSP
    • TSPTW
  • VRP
    • VRP Overview
    • CVRP
    • CVRPTW
    • PDP-VRP
    • General Routing
  • IVR
    • IVR Overview
    • Dimension
    • Window
    • Geocode
    • Location
    • Task
    • Job
    • Vehicle
    • Vehicle Class
    • Vehicle Cost Class
    • Transit Set
    • Transit Generator
    • Compartment
    • Compartment Set
    • Task Sequence
    • Transit rules
    • Model
    • Solve Request
    • Solution Response
    • IVR Data
  • NVD
    • NVD Overview
    • Configuration
    • Geocode
    • Profile
    • Visit
    • Territory
    • Visit Sequence
    • Model
    • Solve Request
    • Objectives
    • Solution Response
  • NS3
    • Network Sourcing Overview
    • Dimension
    • Geocode
    • Unit Dimension Cost
    • Fixed Dimension Cost
    • Flow Dimensional Constraint
    • Dimension Range
    • Node
    • Product Group
    • Lane Rate
    • Cost model
    • Model
    • Solve Request
    • Solution Response
  • ISR
    • ISR Overview
    • Configuration
    • Geocode
    • Offload Site
    • Collection
    • Vehicle
    • Collection Sequence
    • Model
    • Solve Request
    • Solution Response
  • Excel Interface
    • Excel Interface
    • Requirements and Setup
    • Routing - TSP
    • Routing - CVRP
    • Routing - Advanced
    • Network Sourcing
    • Distance Matrix
    • Release Notes
    • Roadmap
  • Client Portal
    • Client Portal Overview
    • Initial sign-up
    • Dashboard
    • User management
    • Team management
    • Team billing and wallets
    • Key management
    • SMT

Icepack Documentation

Public access to the Icepack Portal will be made available soon!

Icepack provides a series of APIs allowing you to access high performance AI to solve your problems quickly and effectively.

If you’re looking for the documentation on how to use the APIs - you’ve come to the right place!

The production APIs currently support protobuf, a high performance serialisation layer for sending and receiving data where the payloads need to conform to certain standards. The standard that the payload needs to conform to is referred to as a schema. We use the words model and schema interchangeably when talking about the different APIs and the functions they perform.

While there are several advantages to using protobuf, one important feature is that it performs certain checks when attempting to serialise a potential payload. What does this mean for you? If you can serialise the message, then you probably have a valid model. The data inside the message could still be nonsense, but at least you’ll be getting another message back letting you know that Rubbish in = Rubbish out.

For those of you who would prefer to send models using JSON an OPEN-API V3 Specification is available on the Icepack Github account.

    • About Icepack
    • Getting Started
    • Model Overview
    • Distance/Time Matrix
    • TSP
    • VRP
    • IVR
    • NVD
    • NS3
    • ISR
    • Excel Interface
    • Client Portal