Error
Files
Upload File (Form)
Upload a file using a multipart/form-data encoded HTTP request.
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
The body of request in multipart/form-data format, containing the file content, file name and mime-type.
A file content in binary format.
Explicit filename override. If omitted, use multipart filename.
Maximum string length:
1024Example:
"document.pdf"
Optional MIME type of the uploaded file.
Maximum string length:
140Optional caption text to send together with the file.
Maximum string length:
2000Example:
"Here is the document you requested."

