v1
latestOpenAPI 3.0.12026-07-22156.7 KBName Screening
Submit alert for remediation (Beta)
Submit an externally-screened alert for AI-powered remediation. For customers who perform name screening themselves and want Diligent's AI to resolve the hits.
Processing is asynchronous — use Get Alert to retrieve results.
See the Remediation API Guide for recommended field labels and detailed examples.
post/v1/name-screenings/alerts/remediate
Request body
Example request
{
"reference": "WC-CASE-2026-001",
"alt_reference": "INTERNAL-42",
"input": [
{
"label": "Name",
"value": "John Doe"
}
],
"hits": [
{
"reference": "WC-RESULT-12345",
"profile_reference": "WC-ENTITY-789",
"categories": [
"SANCTION"
],
"fields": [
{
"label": "Name",
"value": "John A. Doe"
}
]
}
]
}Response
Alert accepted for remediation
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"reference": "WC-CASE-2026-001",
"alt_reference": "INTERNAL-42",
"hits": [
{
"reference": "WC-RESULT-12345",
"profile_reference": "WC-ENTITY-789"
}
]
}