{ "opencollection": "1.0.0", "info": { "name": "Amika API — v0beta1 API keys Downloads API", "version": "0beta1" }, "items": [ { "info": { "name": "Downloads", "type": "folder" }, "items": [ { "info": { "name": "List the org's bucket as a batch of signed download URLs (one per object)", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/storage/downloads", "params": [ { "name": "prefix", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List the org's bucket as a batch of signed download URLs (one per object)" }, { "info": { "name": "Create a signed download URL for an object in the org's bucket", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/storage/downloads", "body": { "type": "json", "data": "{}" } }, "docs": "Create a signed download URL for an object in the org's bucket" } ] } ], "bundled": true }