Get started - HERE developer portal
Get a HERE Account
If you are an individual developer who has signed up for one of the plans listed on our Developer plans page on developer.here.com, you received a HERE account ID when you signed up. You can use your HERE account to log in to developer.here.com to create applications. Applications (uniquely identified by an app ID) enable development with HERE products and services.
Create a project
- Sign in to developer.here.com.
- Click your name, select Projects, and then choose your project from the list. Your project details and available application credentials are then displayed.
- Click Create API key to generate a maximum of two API keys for your application. The API key is created and displayed.
Get an API Key
- Sign in to developer.here.com.
- Click your name, select Projects, and then choose your project from the list. Your project details and available application credentials are then displayed.
- Click Create API key to generate a maximum of two API keys for your application. The API key is created and displayed.
Send a Request
This section demonstrates how to start using the HERE Map Image v1 with a basic use case.
To request a map image for the default location (Berlin, Germany ), send the following GET request.
https://image.maps.ls.hereapi.com/mia/1.6/mapview
?apiKey={YOUR_API_KEY}
The response in the international version is the picture below.

Next steps
For information on how to construct a request, see Constructing a Request. For more examples, see Examples. To understand supported resources, see The Mercator Projection. For the terms and conditions covering this documentation, see the HERE Documentation License.