Nearest Road Snap

Click the map or enter coordinates to snap to the nearest road.

Code Snippets
curl -X POST "https://api.plaza.fyi/api/v1/nearest" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "radius": "500",
  "geometry": {
    "type": "Point",
    "coordinates": [
      "",
      ""
    ]
  }
}'