# Service Maps The Service Maps API endpoints allow you to visualize the relationships between your services in Honeycomb. This API allows you to create and retrieve service Dependency Requests, which are used to generate maps of dependencies between services. ## Create a Map Dependency Request - [POST /1/maps/dependencies/requests](https://api-docs.honeycomb.io/api/service-maps/createmapdependencyrequest.md): Create a Map Dependency Request. ## Get Map Dependencies - [GET /1/maps/dependencies/requests/{requestId}](https://api-docs.honeycomb.io/api/service-maps/getmapdependencies.md): Get the dependencies for a previously created Map Dependencies Request.