POST
ing the filename and size to /samples/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. This second step varies depending on the upload_type
. Currently only a standard
upload type is available.
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
.