Skip to main content

Default limits

Request limits apply per API key across authenticated business routes (enrich, search, batch). Submitting a batch counts as one request — items inside the job do not. Need higher limits? Email us.

Response headers

Every authenticated business response includes:
Batch create (POST /v1/batch) also reports concurrent job quota:

Hitting the limit

Requests over the limit return 429 with a Retry-After header (seconds). Rate-limited requests are never billed.
Recommended client behavior: exponential backoff with jitter, honoring Retry-After as the floor.
Pushing sustained volume? Batch endpoints are the idiomatic way to go wide — many profiles per job without burning request quota per item.