Skip to main content
POST
/
files
POST - /files
curl --request POST \
  --url 'http://{{api_host}}/files' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file0='@example-file'

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data
file0
file

Response

200 - application/json

Successful response