Files API
Upload file
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your Writer API key.
Headers
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.
Body
The body is of type file
.
Response
200 - application/json
The response is of type object
.