Files

Upload and manage private files for resources

List uploaded files for the authenticated token

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/files

No content

Upload a private file for later use as a content resource

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
filestring ยท binaryOptional

File to upload (max 200MB)

Responses
post
/files

No content

Delete an uploaded file by id

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

File id returned by the upload endpoint

Responses
delete
/files/{id}

No content

Last updated