API Reference

Coming Soon

We're working on a public API that will allow you to integrate ComplyGuard scanning into your CI/CD pipeline, development workflow, or custom applications.

Planned Features

  • REST API for triggering scans programmatically
  • Webhook notifications for scan completion
  • JSON response format for scan results
  • API key authentication
  • Rate limiting with generous quotas
  • SDK libraries for popular languages

Example

Here's a preview of what the API might look like:

POST /api/v1/scans
Authorization: Bearer your-api-key
Content-Type: application/json

{
  "url": "https://example.com",
  "type": "quick",
  "callback_url": "https://your-app.com/webhook"
}
Interested in API access? Join the waitlist by emailing us at info@complyguard.eu with the subject “API Waitlist”.