Importing (upload alternative)
Upload a single file to a temp location
Upload a single file to a temporary location. Requires workspace_id, the sha of the file, and the content type.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The SHA of the file
The content type of the file
Payload containing checksum information.
Response
200 - application/json
Signed URL for the temp location
The signed URL for the temp location
Was this page helpful?