API Documentation
Integrate sanctions screening directly into your systems with our REST API.
Loading API documentation...
Quick Start
1. Generate an API token in Settings → API Settings
2. Use the token in the Authorization header
3. Send your first search request:
curl -X POST /api/v1/search \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"searchText": "John Doe"}'