{ "opencollection": "1.0.0", "info": { "name": "Tradeverifyd Documents API", "version": "0.2.0" }, "request": { "auth": { "type": "apikey", "key": "ocp-apim-subscription-key", "value": "{{ocp-apim-subscription-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Upload a file", "type": "http" }, "http": { "method": "POST", "url": "https://api.tradeverifyd.com/v1/file/upload", "params": [ { "name": "path", "value": "", "type": "query" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Uploads a file to a specific folder within your organization." } ] } ], "bundled": true }