Skip to main content

Create a service area

POST 

/v2/service-area

Defines a coverage zone for "do you serve this address?" checks. Three ways to define it:

  • isochronecenter + minutes (+ optional mode): everything reachable within a drive time. The honest definition for Accra, where a 5 km radius can be 15 or 90 minutes away.
  • circlecenter + radius_km: simple radius.
  • polygonpolygon: a custom [lng, lat] exterior ring.

The area is converted once to a compacted H3 cell cover, so every subsequent check is a single indexed set-membership lookup — no geometry math per check. Very large areas are automatically built at a coarser resolution to stay within storage limits.

Request

Responses

Service area created