Compliance Screening
Adverse Media Check
POST
Perform adverse media analysis on entities to identify negative news, sanctions, criminal records, and other risk factors beyond traditional watchlist checks. Supports analysis of persons, companies, and websites/domains.
Endpoint
Authentication
Requireskyc:create permission. Include your Bearer token in the Authorization header.
Description
The adverse media check uses AI-powered analysis to search and evaluate publicly available information about an entity. It performs:- Parallel web searches across multiple sources
- LLM analysis to filter and evaluate findings
- Risk scoring based on identified adverse media
- Structured reporting with source citations
Entity Types
The endpoint supports three entity types:Request Body Parameters
Zero Data Retention (ephemeral mode)
You can request ephemeral processing with either theX-Data-Retention: ephemeral header or "data_retention": "ephemeral" in the JSON body. Per-request ephemeral must be enabled for your account first: the endpoint identifier adverse-media.check (or the wildcard *) has to appear in your tenant’s data_processing_config.allowed_ephemeral_endpoints, otherwise the request is rejected with a 400. Tenants can also opt in account-wide by setting data_processing_config.mode to ephemeral — the tenant-level setting always wins over per-request flags and does not require the allowlist. Contact support to enable either option on your account.
When ephemeral mode is active, the API returns the normal analysis response but does not store a validation record (nothing appears in the dashboard history), does not emit the detailed audit event, and never writes the analysis report to disk. The platform retains only an aggregate billing metric (one counted adverse-media check, with no subject or outcome references); tenants with retain_billing_metrics: false suppress that too.
An invalid data_retention value returns 400 before any quota is consumed.
Adverse media analysis queries third-party providers: the entity name is sent to the Tavily search API and to the configured LLM (AWS Bedrock or OpenAI), which process it under their own no-retention / non-training policies. Ephemeral mode guarantees zero retention in Legaltalent’s own stores.
Request Example
Additional Request Examples
Person with Context
Company Analysis
Website/Domain Analysis
Using OpenAI Provider
Response Format
Success Response
Response Fields
Source Fields
Each source includes:Decision Values
Clear Response (No Adverse Media)
Website Analysis Response
Error Responses
400 Bad Request - Missing Name
400 Bad Request - Invalid Entity Type
500 Internal Server Error - Configuration Error
500 Internal Server Error - Analysis Failed
Status Codes
Usage Examples
Python Example
Python - Website Analysis
JavaScript Example
Search Process
Person/Company Analysis
The adverse media check for persons and companies performs parallel searches across:- Fraud/Corruption/Sanctions: Financial crimes, corruption, sanctions, laundering
- Criminal Records: Arrests, investigations, charges, convictions
- Sanction Lists: OFAC, UN, designated persons, blacklists
- Professional Validation: LinkedIn, professional profiles, company associations
- General News: Recent news articles and media coverage
Website/Domain Analysis
For website analysis, specialized searches are performed:- Reputation & Reviews: User reviews, complaints, ratings
- Fraud Reports: Scam reports, phishing alerts, fake site warnings
- Security Issues: Data breaches, vulnerabilities, malware reports
- Blacklists: Domain blacklists, spam lists, unsafe site flags
- Consumer Complaints: Trustpilot, BBB, consumer complaint databases
- Filter false positives
- Evaluate relevance to the specific entity
- Assess risk factors
- Generate concise summaries
Provider Options
AWS Bedrock (Default)
- Provider:
"bedrock" - Model: Claude 3.5 Haiku (with fallback to Claude 3 Haiku)
- Use Case: Production deployments on AWS, no API key required (uses IAM role)
OpenAI
- Provider:
"openai" - Model: Specify model (default:
"gpt-4o-mini") - Use Case: High-precision analysis, specific model requirements
Performance
- Typical Response Time: 5-10 seconds
- Timeout: 10 seconds per LLM call
- Retries: Automatic retries on timeout (up to 3 attempts)
- Search Sources: Up to 15 sources analyzed per request
- LLM Analysis: Includes timeout protection and error handling
Integration Tips
- Combine with Watchlist Checks: Use adverse media as a supplement to traditional watchlist checks
- Use Context: Provide country, age, and additional info to improve accuracy
- Choose the Right Entity Type: Use
websitefor domain reputation checks,companyfor organizational analysis - Handle Timeouts: Implement retry logic for production use
- Review Scores: Risk scores should be reviewed by compliance teams, not automated
- Source Verification: Always verify adverse sources before making decisions
Best Practices
-
Use adverse media checks for:
- Enhanced due diligence on individuals
- Company/organization risk assessment
- Website reputation verification before partnerships
- Ongoing monitoring
- Risk assessment for high-value relationships
- Compliance investigations
-
Entity Type Selection:
- Use
personfor individual background checks - Use
companyfor corporate due diligence - Use
websitefor merchant/partner website verification
- Use
- Combine with traditional watchlist checks for comprehensive risk screening
-
Review
summaryfor human-readable assessment -
Check
sourcesURLs to verify findings - Use risk scores as indicators, not definitive decisions