> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AML Screening

> Screen customers against global sanctions lists, PEPs, and adverse media using iDenfy AML API with single checks and ongoing monitoring.

<Warning>
  **AML v2 compatibility is maintained but not permanent.** v2 integrations continue to work while you plan migration. For long-term stability, we recommend moving to v3 endpoints. See the [Migration Guide](/aml/migration-guide) for what to change.
</Warning>

The AML Screening API lets you run sanctions, PEP, and adverse media checks against persons and companies, and set up ongoing monitoring with automated daily alerts.

## Authentication

All AML endpoints use HTTP Basic Authentication with your API key pair:

```
Authorization: Basic {base64(apiKey:apiSecret)}
```

## Available Operations

| Operation        | Description                                               |
| ---------------- | --------------------------------------------------------- |
| **Single Check** | Run a one-time AML check on a person or company.          |
| **Monitoring**   | Enroll a subject for ongoing daily screening with alerts. |
| **PDF Reports**  | Generate compliance-ready PDF reports from check results. |

## Next Steps

<CardGroup cols={2}>
  <Card title="Run AML Check" icon="shield-check" href="/aml/create-profile">
    Screen a person or company against sanctions, PEPs, and adverse media.
  </Card>

  <Card title="Set Up Monitoring" icon="eye" href="/aml/monitoring-create">
    Enable ongoing screening with automatic alerts.
  </Card>

  <Card title="Retrieve Results" icon="download" href="/aml/retrieve-profile">
    Get screening results and match details.
  </Card>

  <Card title="Dashboard Guide" icon="book-open" href="/guides/dashboard/aml/aml-screening-sanctions-peps">
    Step-by-step dashboard guide for AML.
  </Card>
</CardGroup>
