Get Upload Url
Get a presigned URL for uploading a file.
The file will be uploaded directly to storage, bypassing the Controller. After upload completes, call POST /experiments//samples with the file_path.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Request for a presigned upload URL.
Client-side content hash for deduplication and verification
1 - 128MIME type of the file
"audio/mpeg"
Original filename
1 - 255Stable key used to replay upload signing safely
1 - 255Declared byte size, required before upload signing
x >= 0Response
Successful Response
Response with presigned upload URL.
Seconds until the upload URL expires
Path where the file will be stored (use this when creating the sample)
Presigned URL for uploading the file
Storage bucket used in TUS metadata
TUS endpoint for resumable uploads
Signed token supplied as x-signature to the TUS endpoint

