Distance Matrix

Click the map to add origins and destinations, then calculate travel times.

Origins (0)

Destinations (0)

Code Snippets
curl -X POST "https://api.plaza.fyi/api/v1/matrix" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "mode": "auto",
  "origins": [],
  "destinations": []
}'