cURL Example
Python Example
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The name of the file you are uploading
Body
application/octet-stream · file
Binary file content to upload
The body is of type file
.
Response
The response is of type object
.