{ "opencollection": "1.0.0", "info": { "name": "Lakera Guard API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Guard", "type": "folder" }, "items": [ { "info": { "name": "Screen text content for threats", "type": "http" }, "http": { "method": "POST", "url": "https://api.lakera.ai/v2/guard", "body": { "type": "json", "data": "{}" } }, "docs": "Submit messages to be screened. Lakera Guard returns a flagged decision when prompt injection, jailbreak, PII, unsafe content, or other policy violations are detected." }, { "info": { "name": "Retrieve detailed detector results", "type": "http" }, "http": { "method": "POST", "url": "https://api.lakera.ai/v2/guard/results", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the per-detector breakdown that informed a Guard decision, useful for debugging policies and tuning thresholds." } ] } ], "bundled": true }