Skip to main content
GET
/
api
/
taxii2
/
api
Get API root
curl -H "Authorization: Bearer sk_live_..." \
  -H "Accept: application/taxii+json;version=2.1" \
  "https://socdefenders.ai/api/taxii2/api/"
{
  "title": "SOC Defenders TAXII API Root",
  "description": "Curated cyber threat intelligence collections",
  "versions": [
    "application/taxii+json;version=2.1"
  ],
  "max_content_length": 10485760
}

Documentation Index

Fetch the complete documentation index at: https://docs.socdefenders.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key in X-API-Key header

Response

200 - application/taxii+json;version=2.1

API Root metadata

title
string
description
string
versions
string[]
max_content_length
integer