POST
ing the filename
and size
to /documents/init_upload
. To actually perform the upload it is then necessary to transmit the file to the provided upload_url
, with any additional_fields
as needed.
POST
ing a sample up to 20GB in size to a provided HTTPS URL. The Content-Type
should be multipart/form-data
and the additional_fields
should be included in the POST
body.
The workflow using httpie or Python requests is:
Successful operation
The response is of type object
.