{ "opencollection": "1.0.0", "info": { "name": "Unitary content classification API Authentication moderation API", "version": "1.0.0" }, "items": [ { "info": { "name": "moderation", "type": "folder" }, "items": [ { "info": { "name": "Moderate Content", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/moderate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Moderate Content" } ] } ], "bundled": true }