API Documentation

The CVE-iQ REST API provides programmatic access to vulnerability intelligence, EPSS scores, KEV data, and IQ-Score calculations.

Authentication

All API requests require a Bearer token in the Authorization header. Generate API keys from your dashboard settings.

Authorization: Bearer YOUR_API_KEY

Base URL

https://api.cve-iq.com

Endpoints

GET/v1/cves

Search and filter CVE records

keywordseveritystartDateendDatepagelimit
GET/v1/cves/{cveId}

Get detailed CVE information with EPSS, KEV status

cveId
GET/v1/epss

Query EPSS scores for CVEs

cveIdminScoremaxScorelimit
GET/v1/kev

Get CISA KEV catalog entries

vendorproductransomwarelimit
GET/v1/exploits

Search for public exploits and PoCs

cveIdkeywordlimit
GET/v1/iq-score

Calculate IQ-Score for an organization

orgId

Example Request

cURL
curl -X GET "https://api.cve-iq.com/v1/cves/CVE-2024-3400"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"

Rate Limits

PlanRequests/MinuteRequests/Day
Starter6010,000
Professional300100,000
EnterpriseUnlimitedUnlimited