Endpoint
Method:GET https://socdefenders.ai/api/v1/articles/{id}
Authentication: Required — pass your API key in the Authorization header as a Bearer token.
Tier: Free.
Path parameters
string
required
The UUID of the article. You can obtain article IDs from the list endpoint at
GET /api/v1/articles.Example request
Example response
Response fields
string
Unique article UUID.
string
Article title as published by the source.
string
Canonical URL of the original article.
string
Domain of the publishing source, for example
bleepingcomputer.com or cisa.gov.string
ISO 8601 timestamp of when the article was published by the source.
string
AI-generated plain-text summary of the article content. Useful for triage without reading the full source.
string[]
Array of category labels, for example
["vulnerabilities", "ransomware"].string
Assessed severity level:
critical, high, medium, or low.string[]
Array of extracted hashtag-style tags.
object[]
Array of indicators of compromise extracted from the article. Each object contains a
type (e.g. ipv4, domain, md5, sha256, url) and a value string.string[]
Array of CVE identifiers referenced in the article, for example
["CVE-2024-1234"].string[]
Array of threat actor names attributed to or mentioned in the article, for example
["APT28", "Lazarus Group"].object[]
Array of MITRE ATT&CK techniques mapped to the article content.
integer
Relevance or engagement score assigned to the article by the platform.
integer
Number of community comments on the article within the SOC Defenders platform.