Upload a new file to the system. Supports various file formats including PDF, DOC, DOCX, PPT, PPTX, JPG, PNG, EML, HTML, SRT, CSV, XLS, and XLSX.
Bearer authentication header of the form Bearer <token>
, where <token>
is your Writer API key.
The disposition type of the file, typically used to indicate the form-data name. Use attachment
with the filename parameter to specify the name of the file, for example: attachment; filename=example.pdf
.
The size of the file in bytes.
The body is of type file
.
The response is of type object
.