Files
Upload file
POST
We support uploads up to 50 MB. If you have files larger than this, please reach out to request a limit increase. The generated code examples are slightly incorrect in how they handle file uploads. Please use the below cURL and python examples.
cURL Example
Python Example
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/octet-stream · file
Binary file content to upload
The body is of type file
.
Response
201
application/json