{ "opencollection": "1.0.0", "info": { "name": "Viewpoints Study Studies Study File Uploads API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Study File Uploads", "type": "folder" }, "items": [ { "info": { "name": "Get presigned upload URL", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/studies/uploads/presigned-url", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a pre-signed S3 URL for uploading study stimuli files. Use the returned URL and fields to upload the file via a multipart POST directly to S3, then include the S3 key in the create study request." } ] } ], "bundled": true }