<ul data-eligibleForWebStory="false">SanctionSnap API allows screening names against global sanctions lists with one HTTP request.To get started, sign up for a free API key on sanctionsnap.com and create the key in the Dashboard.Perform a quick health check using a simple curl command.Conduct a single-name search by sending a POST request with the desired name like 'Vladimir Putin'.Batch screen multiple names by sending a POST request with a JSON payload containing the names to screen.Each record in the batch screening provides an indication if it's a match and any associated hits.An example Python code snippet demonstrates how to use the API for screening names.An example Node.js code snippet showcases another way to utilize the API for screening purposes.Users can also upload CSV/XLSX files in the Web Console for one-click batch checks.The full documentation is available for more advanced search functionalities.SanctionSnap API simplifies the process of checking sanctions without the need for manual CSV file parsing.