Blacklist databases
Overview (1.0)
Download OpenAPI description
Overview
Languages
Servers
https://api.kycaid.com
Request
The adverse media check screens individuals against news articles. This service may help to identify potential involvement in financial crimes, serious offenses, political exposure, or reputational risks
Security
API-Key
A list of primary keywords. Articles must contain at least one of these keywords to be considered relevant to the search. A maximum of 20 primary keywords are permitted (including predefined keywords for individuals’s first name and last name)
A list of optional secondary keywords. Articles containing these keywords may see improved search result ranking. A maximum of 20 secondary keywords are permitted
- https://api.kycaid.com/services/amc
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
application/json
{ "primary_keywords": [ "corruption", "money laundering", "murder" ], "secondary_keywords": [ "sanctioned", "whistleblower", "conviction" ], "callback_url": "https://webhook.site/34374c1f-3b2b-4060-ad26-8a556478df03" }
Response
application/json
{ "status": "ok", "data": { "primary_keywords": [ "John", "Smith", "corruption", "money laundering", "murder" ], "secondary_keywords": [ "sanctioned", "whistleblower", "conviction" ], "callback_url": "https://webhook.site/34374c1f-3b2b-4060-ad26-8a556478df03" } }