{ "opencollection": "1.0.0", "info": { "name": "Lakera Guard Results API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Results", "type": "folder" }, "items": [ { "info": { "name": "Get Detector Confidence Results", "type": "http" }, "http": { "method": "POST", "url": "https://api.lakera.ai/v2/guard/results", "body": { "type": "json", "data": "{}" } }, "docs": "Returns detector confidence levels (L1 Confident through L5 Unlikely) for\nthe supplied content without making a runtime flagging decision and\nwithout contributing to logged screening activity. Intended for offline\nanalysis, threshold tuning, and quality monitoring rather than runtime\nenforcement.\n" } ] } ], "bundled": true }