# The Delta Bulk endpoint enables efficient AML (Anti-Money Laundering) compliance checks for large datasets. Tailored for scenarios where tracking changes is essential, it supports batch processing to quickly and effectively screen multiple entities or transactions, ensuring up-to-date compliance. **POST /delta/bulk** ## Servers - Production: https://api.klexta.com/rta (Production) - Sandbox: http://api.klexta.com/sandbox/rta (Sandbox) ## Parameters ### Headers - **x-client-id** (string) klexta client id key for authentication - **x-klexta-key** (string) klexta api key for authentication ### Body: application/json (array[object]) request body of bulk endpoint - **requestId** (string) - **keyword** (string) - **after** (integer(int32)) unix timestamp to filter records added and/or modified after. - **identification** (string | null) - **size** (integer(int32)) - **minSimilarity** (integer(int32)) - **birthYear** (integer(int32) | null) - **listType[]** (array[string] | null) - **entityType** (string | null) - **phoneticEnabled** (boolean | null) include / exclude keyword phonetic match results. ## Responses ### 200 OK #### Body: application/json (array[object]) - **requestId** (string) - **result** (array[object]) ### 400 Bad request #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 401 Unauthorized #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 402 Not Enough Credit #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 403 Forbidden #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 422 Unprocessable Entity #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 429 Rate Limit Exceed #### Body: application/problem+json (object) - **type** (string) - **title** (string) ### 500 Internal Server Error #### Body: application/problem+json (object) - **type** (string) - **title** (string) [Powered by Bump.sh](https://bump.sh)