Coming Soon

Power Your Security Stack with ThreatMonitor API

Integrate real-time CVE intelligence, ThreatScoreAI® risk ratings, and AI-powered analysis directly into your applications, SIEMs, and security workflows.

Full Access
RESTful API
<100ms
Response Time
280,000+
CVEs Tracked
99.9%
Uptime SLA

Enterprise Pricing

Competitive pricing that's 10% below market leaders. Full API access with AI-powered intelligence.

COMING SOON

Enterprise

£215/month

For growing security teams and SMBs needing API integration

  • 50,000 API calls/month
  • 1,000 AI threat analyses/month
  • 2,000 AI chatbot messages/month
  • 5,000 AI searches/month
  • Full ThreatScoreAI® API access
  • Real-time CVE webhooks
  • Bulk CVE export (JSON/CSV)
  • MITRE ATT&CK mapping data
  • KEV & EPSS enrichment
  • Up to 10 team members
  • AI-powered support (instant)
  • API documentation & SDKs
Join Waitlist
COMING SOON

Enterprise Plus

£359/month

For larger teams with heavy API usage and advanced needs

  • 250,000 API calls/month
  • 5,000 AI threat analyses/month
  • Unlimited AI chatbot messages
  • Unlimited AI searches
  • Full ThreatScoreAI® API access
  • Real-time CVE webhooks
  • Bulk CVE export (JSON/CSV)
  • MITRE ATT&CK mapping data
  • KEV & EPSS enrichment
  • Unlimited team members
  • AI-powered priority support
  • Extended AI analysis limits
  • Quarterly AI security briefings
Join Waitlist
COMING SOON

Custom

Custom

For enterprises with specific requirements and compliance needs

  • Unlimited API calls
  • Unlimited AI features
  • Custom SLA agreements
  • On-premise deployment options
  • SSO/SAML integration
  • Dedicated infrastructure
  • Custom data retention
  • Security documentation
  • 24/7 AI-powered support
  • Early access to new features
Join Waitlist

All plans include 14-day money-back guarantee. No long-term contracts required.

Everything You Need to Scale Security

Comprehensive API access with enterprise-grade features. Build custom integrations or enhance existing security tools.

Full RESTful API

Programmatic access to all CVE data, ThreatScoreAI® ratings, and intelligence. JSON responses with comprehensive documentation.

ThreatScoreAI® API

Access our proprietary 0-100 risk ratings combining CVSS, EPSS, KEV status, and ATT&CK mapping in real-time.

AI Analysis API

Generate AI-powered threat summaries, remediation playbooks, and risk assessments programmatically.

Real-time Webhooks

Receive instant notifications when new CVEs match your criteria. Integrate with Slack, Teams, or custom endpoints.

Bulk Data Export

Export thousands of CVEs in JSON or CSV format. Perfect for offline analysis and compliance reporting.

MITRE ATT&CK Mapping

Every CVE mapped to relevant ATT&CK techniques and tactics. Understand exploitation paths at scale.

KEV & EPSS Enrichment

Instant access to CISA KEV status and EPSS exploit probability scores for prioritization.

<100ms Response Time

High-performance infrastructure ensures sub-100ms API responses. Built for production workloads.

Smart Alert Rules

Configure complex alert conditions: severity thresholds, vendor matches, ThreatScoreAI® triggers, and more.

Team Management

Add team members with role-based permissions. Track usage across your organization.

Enterprise Security

API key rotation, IP allowlisting, audit logs, and encrypted data handling.

Usage Analytics

Monitor API usage, track costs, and optimize consumption with detailed dashboards.

API Preview

Clean, RESTful endpoints with comprehensive documentation. Get started in minutes.

bash
curl -X GET "https://api.threatmonitor.io/v1/cve/CVE-2024-1234" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
200 OKExample Response
application/json
{
  "cveId": "CVE-2024-1234",
  "description": "Remote code execution vulnerability in...",
  "severity": "CRITICAL",
  "cvssScore": 9.8,
  "threatScore": {
    "score": 87,
    "rating": "CRITICAL",
    "breakdown": {
      "cvssContribution": 39.2,
      "epssContribution": 27.6,
      "kevBonus": 25,
      "attackBonus": 5
    }
  },
  "epss": {
    "score": 0.92,
    "percentile": 99.1
  },
  "isKev": true,
  "kevDateAdded": "2024-01-15",
  "attackTechniques": [
    {
      "id": "T1190",
      "name": "Exploit Public-Facing Application",
      "tactic": "Initial Access"
    }
  ],
  "references": [...],
  "publishedAt": "2024-01-10T00:00:00Z",
  "lastModified": "2024-01-20T12:00:00Z"
}
GET
/v1/cves

List & search CVEs

GET
/v1/cve/:id

Get CVE details

GET
/v1/threatscore/:id

Get ThreatScoreAI®

POST
/v1/ai/analyze

AI analysis

POST
/v1/ai/playbook

AI remediation

GET
/v1/kev

KEV catalog

POST
/v1/webhooks

Configure webhooks

GET
/v1/stats

CVE statistics

Launching Soon

Be the First to Access Enterprise API

Join the waitlist to get early access, exclusive launch pricing, and priority onboarding when we launch.

Waitlist members get:

Early Access
Launch Notification
Priority Onboarding

Enterprise FAQ

Common questions about our enterprise plans and API access.