# Download A PDF File For A Business AML Screening A request requires a name, at least one valid dataset, at least one valid countrycode and a threshold. Length of name must not exceed 200 characters. User will be deducted 1 credit for each search. Endpoint: POST /compliance/kyc-protect/searches/businesses/download Version: 1.10.9 Security: bearerToken ## Request fields (application/json): - `countryCodes` (array,null) List of Two-letter country code ISO-3166-2. - `threshold` (integer) Must be one of 75, 80, 85, 90, 95, or 100 - `name` (string,null) Required if FirstName and LastName are not provided example: Google Inc Max 200 characters allowed. - `datasets` (array,null) Specifies which datasets will be searched - Politically Exposed Persons (All) - Only linked PEPs (PEP by Association) - Sanctioned (All) SAN-CURRENT - Only current Sanctions SAN-FORMER - Only former Sanctions - Insolvency - Averse Media POI - Profile of Interest - Enforcement - State Owned Enterprises (All) - Only current - Only former SOE ## Response 201 fields (application/json): - `downloadUrl` (string) Url of the file to download - `fileName` (string) Name of the file - `expiresAt` (string) Date and time when the url will expire - `searchId` (string) Id of the search ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden"