---
title: "Submit AML Job"
method: POST
path: "/api/aml"
tags: ["aml"]
deprecated: true
---

# Submit AML Job

`POST /api/aml`

> **Deprecated.**

Creates a standalone AML job based on provided user details.


🚨 **Shutdown Date: 2027-01-31**

**This endpoint will cease operations on 2027-01-31.**

🚧 **Deprecated: 2026-03-10**

**This endpoint will not receive further updates or security fixes. Please use [AML Enhanced Screening and Monitoring](/reference/submit-aml-enhanced-monitoring) and contact Support with any questions [here](https://vouchedhelp.zendesk.com/hc/en-us/requests/new).**

## Request body

- AmlRequest — AML Request
  - `firstName` string, required — The user's first name.
  - `lastName` string, required — The user's last name.
  - `dob` string — The user's date of birth (MM/DD/YYYY).
  - `country` string — ISO 3166-1 alpha-2 country code. If the country code is not provided, the search will include all countries.
  - `associatedJobId` string — Existing job id (IDV/Crosscheck/DLV) to be linked to AML job.

## Response `200`

Provide latest AML result.

## Other responses

- `400` — InvalidRequestError - The request is invalid.
- `401` — AuthenticationError - The request could not be authenticated.
- `404` — ConnectionError - A connection error occurred while communicating to the Vouched service.
- `429` — TooManyRequestsError - the Vouched service has throttled this request.
- `500` — UnknownSystemError - A unknown system error occurred.

---

[API](https://skmtc.dev/vouched/apis/vouched-api.md) · [All operations](https://skmtc.dev/vouched/apis/vouched-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vouched/vouched-api/revisions/e6b14826bf7f/schema)
