Sign in

Embed directions

documented

Embed route directions on a map.

GET /maps/embed/v1/directionsMaps Embed APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.google.com/maps/embed/v1/directions?origin={{$origin}}&destination={{$destination}}&mode={{$mode}}&key={{MAPS_API_KEY}}" \\\n  -X GET \\\n  -H "Accept: text/html"
Embed directions · Google Maps · OpenIntegrations