# The bulk endpoint allows you to perform AML compliance checks on multiple data records simultaneously. This feature is ideal for batch processing and large datasets, enabling you to efficiently screen multiple entities or transactions against our AML compliance algorithms. **POST /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) - **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)