Storage
Upload File
Upload one or multiple files at once
POST
/
files
/
Authorizations
Authorization
string
headerrequiredJSON Web Token to authorize requests.
Body
multipart/form-data
bucket-id
string
Bucket to upload the files to
metadata[]
object[]
(Optional) Set the following metadata for the uploaded files instead of letting the server do it automatically. See "UploadFileMetadata".
file[]
file[]
Array of files to upload.
Response
201 - application/json
ProcessedFiles
object[]