Coming soon

Scan files in your app
with one API call.

The Threat-Op API lets developers add ClamAV-powered malware scanning to any application. REST API, simple pricing, built for scale.

// Scan a file with Threat-Op API
const response = await fetch('https://api.threatop.io/v1/scan', {
  method: 'POST',
  headers: { 'X-API-Key': 'your_key_here' },
  body: formData
});
 
// Response
{
  "clean": true,
  "virus": null,
  "scanned_at": "2026-06-19T21:00:00Z"
}
Free tier
$0
forever
  • 100 scans per day
  • Files up to 10MB
  • REST API access
  • Community support
Join waitlist
Business
$99
per month
  • 100,000 scans per month
  • Files up to 100MB
  • SLA guarantee
  • Priority support
  • Webhook notifications
  • Commercial license
Join waitlist

Join the waitlist

The API is in development. Enter your email to be notified when it launches and get early access.