{ "opencollection": "1.0.0", "info": { "name": "Sensitivity Classifier Service API", "version": "version not set" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "ClassifierService", "type": "folder" }, "items": [ { "info": { "name": "Create a classifier", "type": "http" }, "http": { "method": "POST", "url": "https://app.bigeye.com/api/v1/sds/classifier", "body": { "type": "json", "data": "{}" } }, "docs": "Create a classifier" }, { "info": { "name": "Fetch classifiers with filters and pagination", "type": "http" }, "http": { "method": "POST", "url": "https://app.bigeye.com/api/v1/sds/classifier/fetch", "body": { "type": "json", "data": "{}" } }, "docs": "Fetch classifiers with filters and pagination" }, { "info": { "name": "Get a classifier by ID", "type": "http" }, "http": { "method": "GET", "url": "https://app.bigeye.com/api/v1/sds/classifier/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a classifier by ID" }, { "info": { "name": "Update a classifier", "type": "http" }, "http": { "method": "PUT", "url": "https://app.bigeye.com/api/v1/sds/classifier/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a classifier" }, { "info": { "name": "Delete a classifier", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.bigeye.com/api/v1/sds/classifier/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a classifier" }, { "info": { "name": "Get available machine learning detectors", "type": "http" }, "http": { "method": "POST", "url": "https://app.bigeye.com/api/v1/sds/classifier/machine-learning-detectors", "body": { "type": "json", "data": "{}" } }, "docs": "Get available machine learning detectors" }, { "info": { "name": "Reset a Bigeye-provided classifier to its default state", "type": "http" }, "http": { "method": "PUT", "url": "https://app.bigeye.com/api/v1/sds/classifier/:id/reset", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Reset a Bigeye-provided classifier to its default state" }, { "info": { "name": "Test a detector against a sample value", "type": "http" }, "http": { "method": "POST", "url": "https://app.bigeye.com/api/v1/sds/classifier/test-detector", "body": { "type": "json", "data": "{}" } }, "docs": "Test a detector against a sample value" } ] } ], "bundled": true }