API Documentation

Integrate Conundrum Intelligence into your security workflows with our RESTful API.



Overview

The Conundrum Intelligence API provides programmatic access to threat feeds, intelligence reports, PIR data, and entity information. Use it to build custom integrations, automate workflows, or feed intelligence into your existing security tools.

Base URL: https://api.conundrum-intelligence.com/v1/


Authentication

All API requests require authentication using an API key passed in the request header. API keys can be generated from your account settings page.

Authorization: Bearer YOUR_API_KEY



Endpoints

GET /v1/threat-feeds/

Retrieve threat feeds relevant to your organization's PIRs. Supports filtering by attack vector, severity, and date range.

GET /v1/reports/

List and retrieve AI-generated intelligence reports. Includes executive summaries, entity data, and confidence scores.

POST /v1/reports/generate/

Trigger on-demand report generation for specific threat feeds or PIR topics.

GET /v1/entities/

Query extracted entities including threat actors, malware families, CVEs, and indicators of compromise (IOCs).

GET /v1/pirs/

Manage your Priority Intelligence Requirements. View PIR status, coverage metrics, and associated threat feed mappings.

GET /v1/stix/export/

Export intelligence data in STIX 2.1 format for interoperability with other threat intelligence platforms and tools.



Full API Documentation Coming Soon

We are finalizing our comprehensive API documentation with interactive examples, SDKs, and integration guides. Subscribe to our newsletter to be notified when it launches.

Subscribe for Updates