Uploads a file to a temporary location and returns a signed URL for the upload.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The name of the file to be uploaded.
The type of the file to be uploaded.
The checksum of the file to be uploaded.
A signed URL for the upload.
The response is of type object
.
Uploads a file to a temporary location and returns a signed URL for the upload.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The name of the file to be uploaded.
The type of the file to be uploaded.
The checksum of the file to be uploaded.
A signed URL for the upload.
The response is of type object
.