checking…
—
(log not loaded)
| Method | Path | Auth | Summary |
|---|---|---|---|
GET | / | public | Single-file web UI (HTML, no CDN) |
GET | /api/status | auth | Manager + STT subprocess snapshot |
GET | /api/system | auth | Hostname, Python version, uptime, uname |
GET | /api/gpu | auth | Per-card AMD sysfs info (VRAM used / total) |
POST | /api/stt/start | auth | Spawn the STT server subprocess (idempotent) |
POST | /api/stt/stop | auth | SIGTERM the STT subprocess (SIGKILL after MGR_STOP_TIMEOUT_S) |
POST | /api/stt/restart | auth | Stop + start the STT server |
GET | /api/stt/health | auth | Proxy to STT /healthz (200/502/503) |
GET | /api/stt/metrics | auth | Proxy to STT /metrics (Prometheus text) |
GET | /api/stt/log | auth | Last N lines of runtime/stt.log |
GET | /api/api-reference | auth | This document (machine-readable) |