Routific · Example Payload

Routific Solve Vrp Long Example

Route OptimizationVRPPickup and DeliveryLogisticsLast Mile DeliveryDeliveryFleet ManagementDispatchDelivery Management

Routific Solve Vrp Long Example is an example object payload from Routific, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

submitpoll

Example Payload

Raw ↑
{
  "submit": {
    "request": {
      "method": "POST",
      "url": "https://api.routific.com/v1/vrp-long",
      "headers": {
        "Content-Type": "application/json",
        "Authorization": "bearer <YOUR_TOKEN>"
      },
      "body": {
        "visits": {
          "order_1": {
            "location": { "name": "6800 Cambie", "lat": 49.227107, "lng": -123.1163085 },
            "start": "9:00", "end": "12:00", "duration": 10
          }
        },
        "fleet": {
          "vehicle_1": {
            "start_location": { "id": "depot", "lat": 49.2553636, "lng": -123.0873365 },
            "shift_start": "8:00", "shift_end": "17:00"
          }
        }
      }
    },
    "response": {
      "status": 202,
      "body": { "job_id": "5f4a1b2c3d4e5f6a7b8c9d0e" }
    }
  },
  "poll": {
    "request": {
      "method": "GET",
      "url": "https://api.routific.com/jobs/5f4a1b2c3d4e5f6a7b8c9d0e",
      "headers": { "Authorization": "bearer <YOUR_TOKEN>" }
    },
    "response": {
      "status": 200,
      "body": {
        "job_id": "5f4a1b2c3d4e5f6a7b8c9d0e",
        "status": "finished",
        "output": {
          "status": "success",
          "total_travel_time": 12,
          "num_unserved": 0,
          "unserved": [],
          "solution": {
            "vehicle_1": [
              { "location_id": "depot", "arrival_time": "8:00", "finish_time": "8:00" },
              { "location_id": "order_1", "arrival_time": "9:00", "finish_time": "9:10" }
            ]
          }
        }
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/routific-solve-vrp-long-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.