GuidesAPI Reference
Guides

HERE Batch API v7 endpoints

Batch geocoder request endpoints

URL RequestDescriptionHTTP Method
/jobsReturns the details of multiple jobsGET
Creates a batch job
• Returns a Job id
The HTTP Body of the request contains the data to be geocoded.
POST
Deletes multiple or all jobsDELETE
/jobs/<jobId>Returns the details of the batch job.GET
Deletes the batch job.DELETE
/jobs/<jobId>/startStarts the batch job.PUT
/jobs/<jobId>/stopStops the batch job.PUT
/jobs/<jobId>/resultsFetches results of the job as a downloadable stream of data.
The result file contains all geocoded results, formatted according to the output format descriptor provided during creation. Errors are not included.
GET
/jobs/<jobId>/errorsFetches the errors of the job as a downloadable stream of data.
Each line contains a reference to the input line and error details from the backend service
GET
/notificationsReturn all notifications.GET
Create a new notification.POST
/notifications/<notificationId>Get the notification with defined ID.GET
Replace the notification with defined ID.PUT
Delete the notification with defined ID.DELETE
/notifications/<notificationId>/testTest the notification with defined ID.GET
/healthTests the basic health of the service.GET
/openapiRetrieves the YAML variant of the OpenAPI v3 specification.GET
/versionRetrieves API version information.GET