> For the complete documentation index, see [llms.txt](https://api2-ekycapis.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycapis.innov8tif.com/okaydb/okaydb-all/aml-search/search-person/sample-input.md).

# Sample Input

### Input Example Version 2

```
{
    "apiKey":"{{apiKey}}",
    "name": "Najib Razak",
    "datasets": [
        "PEP",
        "SAN",
        "INS", 
        "RRE", 
        "DD",
        "POI", 
        "REL" 
      ],
    "threshold": 90,
    "countries": [
        "MY","US"
    ],
    "dob": "1953-06-13",
    "dobMatching": "withinThreeYears",
    "gender": "Male",
    "dobRequired": true,
    "countryRequired": true
}
```

### Input Example Version 1

```
{
    "apiKey":"apikey",
    "Threshold":70,
    "PEP":true,
    "PreviousSanctions":false,
    "CurrentSanctions":false,
    "LawEnforcement":false,
    "FinancialRegulator":false,
    "Insolvency":false,
    "DisqualifiedDirector":false,
    "AdverseMedia":false,
    "Forename":"Najib",
    "Middlename":null,
    "Surname":"Razak",
    "DateOfBirth":"1953-07-23",
    "YearOfBirth":1953 ,
    "Address": null,
    "City":null,
    "County":null,
    "Postcode":null,
    "Country":"Malaysia" 
}
```
