Uploading
Uploads a file to a temporary location
Uploads a file to a temporary location and returns a signed URL for the upload.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The name of the file to be uploaded.
The type of the file to be uploaded.
The checksum of the file to be uploaded.
Response
200 - application/json
A signed URL for the upload.
The signed URL for the upload.
Was this page helpful?