Verify persons against the official EU sanctions list with AI-enhanced matching.
| Program | Limit/day | Price/query | Currency | Description |
|---|---|---|---|---|
| Loading… | ||||
The API can be used via application or by using the API endpoint for bulk person verification.
Recommended steps:
API endpoint: https://api.aaasoft.cz/sp_CheckPerson_XML
API call example for 2 persons:
curl -X POST "https://api.aaasoft.cz/sp_CheckPerson_XML" ^
-H "Content-Type: application/json" ^
-H "Authorization: Bearer None" ^
-d "{\"persons\":[{\"jmeno\":\"Usama\",\"prijmeni\":\"Bin Ladin\",\"narozen\":\"1957-07-30\",\"Id_Cust\":\"123456789\"},{\"jmeno\":\"sergej\",\"prijmeni\":\"lavrov\",\"narozen\":\"1950-03-21\",\"Id_Cust\":\"123456789\"}]}" > result.xml
Enter in the command window, the result is saved in result.xml
The returned file contains XML tags from the EU sanctions list, enriched with AI comments and match flag.
Best regards,
Your Rapid Cluster Experience s.r.o.