HyperOps

API Endpoints

Complete API reference for HyperOps.

Authentication

POST/api/auth/register

Register new user

POST/api/auth/login

Login user

Incidents

GET/api/incidents/

List all incidents

POST/api/incidents/

Create incident (AI analysis triggered)

GET/api/incidents/{incident_id}

Get incident details

API Authentication

Include JWT token in request headers:

curl -H "Authorization: Bearer YOUR_TOKEN" \
  http://localhost:8000/api/users/me