{ "opencollection": "1.0.0", "info": { "name": "Brellium Audits Documents Multiple API", "version": "1.0.0" }, "items": [ { "info": { "name": "Documents Multiple", "type": "folder" }, "items": [ { "info": { "name": "Upload multiple documents for the same audit", "type": "http" }, "http": { "method": "POST", "url": "https://api.brellium.com/v1/documents-multiple", "body": { "type": "multipart-form", "data": [ { "name": "files", "type": "text", "value": "" }, { "name": "metadata", "type": "text", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Upload multiple documents for the same audit" } ] } ], "bundled": true }