Deliverd API · v0.4 · Private beta← deliverd.uk
Developers · Private beta

Everything your driver needs after navigation ends.

One API. One key. Structured Arrival Intelligence for any UK address in the pilot region — served over HTTPS, JSON in, JSON out, with a confidence score you can route on.

Quickstart

One curl. One JSON.

Pilot keys are issued per company. Rate-limited during private beta. No SDK required — anything that can `fetch` can consume Deliverd.

  • · Regional pilot: North West UK.
  • · Auth: bearer token, per-company.
  • · Response: application/json, gzip.
  • · Rate limit: 60 req/min during beta.
bash · deliverd
# Request
curl https://api.deliverd.uk/v1/arrival \
  -H "Authorization: Bearer sk_pilot_..." \
  -G --data-urlencode "postcode=CH1 3AE" \
     --data-urlencode "door=14"

# Response
{
  "arrival_score": 82,
  "parking":       "Lay-by opposite",
  "best_entrance": "Rear gate on Maple Road",
  "loading":       "Bay B, behind Unit 6",
  "lift":          false,
  "stairs":        2,
  "walk_distance": 48,
  "vehicle":       "LWB van",
  "driver_note":   "Sat nav takes you to the back fence.",
  "confidence":    0.88,
  "observations":  6,
  "last_verified": "2 days ago"
}
Retail integration

Arrival Check before dispatch.

Retailers pre-flight every order through /arrival/check. The response tells dispatch what to expect before the van leaves the depot.

Failed delivery likelihood
Parking difficulty
Assembly complexity
Recommended vehicle
Recommended crew size
Estimated completion time
Pilot access

Request a key. Ship in a week.

Get access

Build on the after-delivery layer.

Deliverd API is in private beta for retailers, logistics carriers, insurers and mapping platforms. Pilot access is scoped by postcode and job volume.