# 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. Note: This endpoint returns a single page of results and uses pagination. Even if you specified a large limit in the initial POST request, you will receive up to the page size limit per request and must use the pagination links to retrieve additional results.