Retrieves the download URL and metadata for the AML details PDF associated with a specific hit within a business search.
Use this endpoint to obtain the PDF file containing detailed AML information for a flagged result (hitId
) from a previously performed search (searchId
). The response includes the download URL, file name, expiration timestamp, and identifiers for the search and hit.
Success
Bad Request
Unauthorized
Forbidden
Not Found
{- "downloadUrl": "string",
- "fileName": "string",
- "expiresAt": "2019-08-24T14:15:22Z",
- "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9",
- "hitId": "a8444036-cfe2-422f-9778-a43eef4cff86"
}