Study File Uploads
Get presigned upload URL
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.
post/v1/studies/uploads/presigned-url
Request body
Example request
{
"file_type": "image/png",
"filename": "product_photo.png"
}Response
OK