POST
/
file
/
upload

Authorizations

Authorization
string
headerrequired

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

Body

multipart/form-data
file
file
required

Response

200 - application/json
message
string
required

A message indicating the result of the file upload

file_id
string
required

The unique identifier for the uploaded file

file_name
string
required

The original name of the uploaded file

file_url
string
required

The URL where the uploaded file can be accessed