# The Delta Search endpoint offers real-time AML (Anti-Money Laundering) compliance checks. Tailored for scenarios where tracking changes is essential, it allows for swift verification of individual entities or transactions, keeping your business compliant with the latest regulations efficiently. **POST /delta/search** ## 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 (object) request body of delta search endpoint - **after** (integer(int32)) unix timestamp to filter records added and/or modified after. - **keyword** (string) search keyword - **identification** (string | null) identification (optional) to include into search - **size** (integer(int32) | null) limits the number of results - **minSimilarity** (integer(int32) | null) minimum similarity accepted - **birthYear** (integer(int32) | null) birth year parameter to filter results - **listType[]** (array[string] | null) - **entityType** (string | null) - **phoneticEnabled** (boolean | null) include / exclude keyword phonetic match results ## Responses ### 200 OK #### Body: application/json (array[object]) - **id** (string) klexta unique id of the entity - **name** (array[string]) entity names - **datasets** (array[string]) entity datasets - **listTypes** (array[string]) entity list types - **type** (array[string]) entity type - **riskLevel** (string) entity risk level - **countries** (array[string]) entity countries - **similarity** (object) - **_links** (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)