{ "opencollection": "1.0.0", "info": { "name": "Bytescale Files Folders API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Folders", "type": "folder" }, "items": [ { "info": { "name": "List the files and folders within a folder.", "type": "http" }, "http": { "method": "GET", "url": "https://api.bytescale.com/v2/accounts/:accountId/folders/list", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Your 7-character Bytescale account ID (from dashboard settings)." }, { "name": "folderPath", "value": "", "type": "query", "description": "Absolute folder path beginning with \"/\"." }, { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "recursive", "value": "", "type": "query" }, { "name": "includeFiles", "value": "", "type": "query" } ] }, "docs": "List the files and folders within a folder." }, { "info": { "name": "Create or update a folder (ancestors created automatically).", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bytescale.com/v2/accounts/:accountId/folders", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Your 7-character Bytescale account ID (from dashboard settings)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or update a folder (ancestors created automatically)." }, { "info": { "name": "Delete a folder.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bytescale.com/v2/accounts/:accountId/folders", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Your 7-character Bytescale account ID (from dashboard settings)." }, { "name": "folderPath", "value": "", "type": "query", "description": "Absolute folder path beginning with \"/\"." } ] }, "docs": "Delete a folder." } ] } ], "bundled": true }