← Back to catalog
geo.distance
mock data$0.003 / callDistance Matrix
Driving distance and duration between two coordinates.
Input schema
torequired
stringlat,lon
fromrequired
stringlat,lon
Call via REST
curl -X POST https://unifyapi.pro/api/call/geo.distance \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"to":"<to>","from":"<from>"}'