HERE Map Image v1 Developer's Guide

Request Format

Each request must conform to the following format:

https://image.maps.ls.hereapi.com/mia/1.6/
{resource}
?apiKey={YOUR_API_KEY}
&parameter=value
&...
Note: This example uses a HERE API Key to authenticate your request. For the available authentication options, see the Identity & Access Management Developer Guide.

Every request must use the HTTP method GET.

Note: The method POST is not supported except for the route resource and it is limited to payloads of 8K maximum.

The table below explains the elements that make up a request.

Table 1. Elements in a HERE Map Image v1 request
Element Description
resource Name of the resource for specific functionality (see Supported Resources).
apiKey A parameter whose value uniquely identifies the application submitting the request; it allows you to track usage.
parameter=value Any number of parameter=value pairs, separated by &, that define the details of a request.