# Adverse media check 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 Endpoint: POST /services/amc Version: 1.0 Security: your_api_key ## Request fields (application/json): - `primary_keywords` (array, required) 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) - `secondary_keywords` (array) A list of optional secondary keywords. Articles containing these keywords may see improved search result ranking. A maximum of 20 secondary keywords are permitted - `callback_url` (string, required) The endpoint URL where our system will post the callback (webhook) notifications ## Response 200 fields (application/json): - `status` (string) Example: "ok" ## Response 400 fields (application/json): - `type` (string) Example: "bad_request" - `errors` (array) ## Response 500 fields (application/json): - `type` (string) Example: "internal_server" - `errors` (array)