> ## 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 API

> Use iDenfy's AML Screening API to run sanctions, PEP, and adverse media checks against customers 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>


## Related topics

- [AML Screening Overview](/guides/dashboard/aml/aml-screening-sanctions-peps.md)
- [AML Screening from Identity Verifications](/guides/dashboard/aml/aml-from-verification.md)
- [Aml monitoring](/api-reference/webhooks/aml-monitoring.md)
- [AML Migration Guide](/aml/migration-guide.md)
- [AML Single PDF](/aml/single-pdf.md)
