# The search endpoint is perfect for real-time, on-the-fly compliance checks. With this feature, you can swiftly verify individual entities or transactions, ensuring your business remains in compliance with the latest AML regulations. **POST /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 search endpoint - **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)