API Endpoints
Complete API reference for HyperOps.
Authentication
POST
/api/auth/registerRegister new user
POST
/api/auth/loginLogin 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