API documentation
Base URL: https://unitedhealthportal.com/api/v1
Auth: Authorization: Bearer <token> or X-API-Key. Service tokens are issued from Admin → API Keys.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/models | List registered models |
| GET | /api/v1/models/{id} | Model metadata |
| GET | /api/v1/models/{id}/weights | Download artifact |
| GET | /api/v1/models/{id}/versions | Version history |
| GET | /api/v1/datasets | Linked datasets |
| GET | /api/v1/patients | Patient search (PHI) |
| GET | /api/v1/patients/{id} | Patient detail |
| POST | /api/v1/inference | Online inference |
| GET | /api/v1/registry/health | Health probe |
| GET | /metrics | Prometheus metrics |