Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Workspace id
Body
Accepts both binary data or dataURI (i.e data:...,base64:...)
File expiration time in seconds. This is currently a best effort expiration as it will be deleted only upon the next restart after expiration
Set to true to make uploaded file publicly available
If enabled, return a share token that will allow anybody access the file
Response
Success Response
Number of seconds after which the file will be automatically removed. This is currently a best effort expiration as it will be deleted only upon the next restart after expiration date.
Reflects whether the file has public-read ACL at storage provider. True by default
A share token to append as a ?token query parameter to grant read access with given url