GuidesAPI Reference
API Reference

Endpoint for ingesting generic data

Sends streaming data to a specified layer in the HERE platform

Path Params
string
required

The ID of the layer where you want the data ingested.

Query Params
string

Optional billing tag provided by customer. It will be used in grouping of billing records.

Body Params

A byte array of data to send to the HERE platform for ingestion. The maximum size is 20 MB. Decode the example from base64 before using.

Headers
string

A base64 encoded SHA-256 hash you can provide for validation against the calculated value on the request body hash. This verifies the integrity of your request and prevents modification by a third party.It will be created by the service if not provided. A SHA-256 hash consists of 256 bits or 64 chars.

string

A unique message ID, such as a UUID. This can be included in the request if you want to use an ID that you define. If you do not include an ID, one will be generated during ingestion and included in the response. You can use this ID to track your request and identify the message in the catalog.

string

A unique message ID, such as a UUID. This can be included in the request if you want to use an ID that you define. If you do not include an ID, X-HERE-TraceId will be used instead. You can use this ID to specify the partition for the message in the data catalog.

Responses

401

Unauthorized

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json