GuidesAPI Reference
Guides

Construct a HERE Batch API v7 request

A typical request to the HERE Batch API v7 includes a base path, a resource and resource-specific parameters or data.

If you are authorized for the service, you can fetch the base path from Lookup API.

The value will be something like https://batch.search.hereapi.com/v7.

Possible resources are:

ElementValue/ExampleDescription
API/batchBase resource for all API calls
Open API/openapiOpenAPI v3 documentation in JSON or YAML format
Swagger UI/swagger-uiSwagger UI to render API spec.
Version/versionDeployed version of the service

Request encoding

Encode all query parameters in UTF-8, defining all special characters using a %FF hexadecimal representation. For example, "inputDelimiter=%5Ct" for "inputDelimiter=\t" and "inputDelimiter=%7C" for "inputDelimiter=|".