1000
Each request to the Bulk Enrichment API can contain up to 1000 items. If your dataset is larger, please split it into multiple requests.
5
To prevent overload and ensure performance consistency, we limit each API key to 5 requests per second.
429 Too Many Requests
error. We recommend implementing exponential backoff or a queuing mechanism in your integration to handle retries gracefully.
50 items per batch
All records are processed internally in batches of 50.
Sequential (consecutive)
Each batch is processed in the order it was received. This ensures predictable behavior and easier debugging in case of data issues.
/status/{job_id}
endpoint to track progress and wait for completion before calling /result/{job_id}
.