Skip to main content
POST
Upload file

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body schema.

folderUuid
string<uuid>

Folder identifier to upload into.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$
uuid
string<uuid>

When set, replace this file's content in place (keeping its uuid) instead of creating a new file. Ignored if no file with this uuid exists.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Response

Successful response

files
Files · object[]
required

Uploaded files.