{ "opencollection": "1.0.0", "info": { "name": "SpotDraft V1 Contract APIs V2.1 Workspace Files API", "version": "v1" }, "items": [ { "info": { "name": "V2.1 Workspace Files", "type": "folder" }, "items": [ { "info": { "name": "Initialize Workspace File Uploads", "type": "http" }, "http": { "method": "POST", "url": "https://api.eu.spotdraft.com/api/v2.1/public/workspace/files/uploads/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "client-id", "value": "{{client-id}}", "placement": "header" } }, "docs": "Initialize file uploads for the authenticated workspace and return the upload instructions for each requested file." }, { "info": { "name": "Get Workspace File Signed Download URL", "type": "http" }, "http": { "method": "GET", "url": "https://api.eu.spotdraft.com/api/v2.1/public/workspace/files/:file_id/", "params": [ { "name": "file_id", "value": "", "type": "path", "description": "Workspace file UUID" } ], "auth": { "type": "apikey", "key": "client-id", "value": "{{client-id}}", "placement": "header" } }, "docs": "Get a signed URL for downloading a workspace file by UUID. The file must belong to the authenticated request workspace." } ] } ], "bundled": true }