API Docs

Primary endpoint: POST /api/explain. Send your API key in the x-api-key header. Provide a cve_id, pasted_text, or both.

curl -X POST 'https://cvexplainer.zerodayintel.tech/api/explain'   -H 'Content-Type: application/json'   -H 'x-api-key: YOUR_API_KEY'   --data '{
    "cve_id": "CVE-2024-3094",
    "pasted_text": "Paste any additional advisory or scanner notes here."
  }'