API Reference
Integrate Cyfirx with your existing tools and workflows.
Enterprise
API Access
The Cyfirx API is available to Enterprise tier customers. It allows you to integrate forensics capabilities into your security operations center (SOC) and automate evidence collection workflows.
Upgrade to EnterpriseAvailable Endpoints
GET
/api/v1/casesList all cases
POST
/api/v1/casesCreate a new case
GET
/api/v1/cases/:id/evidenceList evidence for a case
POST
/api/v1/evidence/ingestIngest new evidence
GET
/api/v1/reports/:idDownload a generated report
Authentication
All API requests require authentication using your API key in the header:
Authorization: Bearer YOUR_API_KEY