{ "opencollection": "1.0.0", "info": { "name": "LLM Guard Output System API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "System", "type": "folder" }, "items": [ { "info": { "name": "Service metadata.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/" }, "docs": "Returns basic service and version information for the running LLM Guard API." }, { "info": { "name": "Liveness probe.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/healthz" }, "docs": "Returns the liveness status of the API process." }, { "info": { "name": "Readiness probe.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/readyz" }, "docs": "Returns readiness once scanners are loaded and the API can serve scan requests." }, { "info": { "name": "Prometheus metrics.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/metrics" }, "docs": "Exposes Prometheus-format metrics for the API when metrics are enabled." } ] } ], "bundled": true }