{ "opencollection": "1.0.0", "info": { "name": "Opik REST Guardrails API", "version": "1.0.0" }, "items": [ { "info": { "name": "Guardrails", "type": "folder" }, "items": [ { "info": { "name": "Create guardrails for traces in a batch", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/guardrails", "body": { "type": "json", "data": "{}" } }, "docs": "Batch guardrails for traces" } ] } ], "bundled": true }