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 Enterprise

Available Endpoints

GET/api/v1/cases

List all cases

POST/api/v1/cases

Create a new case

GET/api/v1/cases/:id/evidence

List evidence for a case

POST/api/v1/evidence/ingest

Ingest new evidence

GET/api/v1/reports/:id

Download a generated report

Authentication

All API requests require authentication using your API key in the header:

Authorization: Bearer YOUR_API_KEY