{
  "ok": true,
  "name": "Ong Viet Printer Monitor API",
  "version": "18.5-production-trash-endpoint-hotfix",
  "time": "2026-09-02T17:56:18.023Z",
  "publicEndpoints": [
    "GET /health",
    "GET /api/printers/summary",
    "GET /api/printers",
    "GET /api/printers/:id/analysis",
    "GET /api/printers/:id/preview",
    "GET /api/printers/:id/camera-photo",
    "GET /api/printers/:id/operator-photo",
    "GET /api/printers/:id/logs",
    "GET /api/screen/agents",
    "DELETE /api/printers/:id"
  ],
  "protectedEndpoints": [
    "POST /api/printers/:id/log",
    "POST /api/printers/:id/status",
    "POST /api/printers/:id/camera-photo",
    "POST /api/printers/:id/operator-photo",
    "POST /api/agent/heartbeat",
    "POST /api/screen/session/request",
    "GET/POST /api/production-trash",
    "POST /api/production-trash/:key/restore",
    "DELETE /api/production-trash/:key"
  ],
  "productionTrash": {
    "retentionDays": 7,
    "file": "production_trash.json"
  },
  "note": "Protected endpoints require header X-API-Key. Production trash automatically purges snapshots after 7 days."
}