Skip to main content
POST
Upload file
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

provider-id
string<uuid>
required
original-filename
string
required

The name of the file you are uploading

Body

application/octet-stream

Binary file content to upload

The body is of type file.

Response

id
string<uuid>
required