API Reference
Complete REST API for BrainPredict Cyber. Threat scoring, SOC queries, incident management, and compliance reporting.
Endpoints
/api/v1/threats/scoreScore a security event against all 8 AI models. Returns threat_score 0–100, severity, MITRE ATT&CK technique, and recommended action.
/api/v1/threats/batchBatch score up to 500 events. Returns ranked list by threat_score descending.
/api/v1/incidentsList all active incidents with severity, status, assigned analyst, and AI confidence.
/api/v1/incidentsCreate a new incident from a scored threat event.
/api/v1/incidents/{id}Update incident status: OPEN | INVESTIGATING | CONTAINED | CLOSED.
/api/v1/soc/queueCurrent SOC AutoPilot triage queue — alerts pending analyst review.
/api/v1/soc/resolveMark a triage item as resolved with disposition: true_positive | false_positive | benign.
/api/v1/vulnerabilitiesActive CVE exposure with exploitability prediction from ZeroDay Predictor.
/api/v1/compliance/{framework}Compliance posture for NIS2, ISO27001, SOC2, GDPR, or DORA. Returns score and gap list.
/api/v1/models/healthHealth and accuracy of all 8 AI models. Drift detection and last-retrained timestamp.