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
}API root resource. Returns server limits + supported TAXII version. Required step before listing collections.
max_content_length is the limit on a single bundle response; pagination (limit + next) handles larger pulls. available: true indicates the root is open for use.
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.