Limits and performance
Limits
The HERE Batch API v7 has certain size and frequency limits listed below.
| Name | Limit | Description | Error Message |
|---|---|---|---|
| recId | 512 char (UTF-8) | Length of the recId field. | Entry in Error log |
| record | 4096 char (UTF-8) | Length of a full record line including recId etc. | Entry in Error log |
| records / Job | 1 Million | Number of records per job. | HTTP 413 (Payload Too Large) response |
| Job input size | 500MB | Size of the uncompressed input file | HTTP 413 (Payload Too Large) response |
| Queue length | 500 jobs | Number of jobs in a startable state (QUEUED, SUBMITTED, FAILURE) | HTTP 429 (Too Many Requests) response |
All API endpoints are subject to rate limits. These limits are subject to adjustments and are not disclosed in detail. In case a rate limit is exceeded, a HTTP 429 (Too Many Requests) response is returned. Check Retry-After header for details.
HERE Batch API v7 does not support any features tagged as "RESTRICTED" in Geocoder API.
Features tagged "ALPHA" or "BETA" may be supported.
Performance
We do not offer nor guarantee any throughput per job or how long a job may be queued. We are constantly monitoring the system and adjust limits to provide the best possible experience.
Updated this month