Solutions
/
SaaS & Product Teams
Add location to your product. Without building the infrastructure.
Placematic gives SaaS teams production-ready APIs for geocoding, routing, maps, and territory management — so you ship location features in days, not quarters.
spatial.placematic · routing/optimize · sandbox
route.shgeocode.tsmaps.jsx
1# POST /v1/routing/optimize
2curl -X POST https://spatial.placematic.io \
3 -H "Authorization: Bearer $PMK"
4 -H "Content-Type: application/json"
5 -d '{
6 "origin": { "lat":41.880,"lng":-87.630 },
7 "stops": [[
8 {"lat":41.892,"lng":-87.619},
9 {"lat":41.907,"lng":-87.645}],
10 "profile": "van","mode":"fastest"
11 }'
12
13# → 200 OK · 128ms
14{
15 "status": "ok",
16 "distance_km": 6.84,
17 "duration_s": 1284,
18 "geometry": "mZB@..."
19}
200 OK128 ms2.1 kBLN 20 · UTF-8
Response
distance 6.84 mi
duration 21:24
live · 128ms
ORIGIN
DEST
maps.placematic.io/v1/tiles · attr HERE
p50 latency
128 ms
Uptime (30d)
99.98%
Endpoints
24
Rate (req/s)
1,200