user-files›
user-files
Upload files to our lambda storage
You can upload multiple files to our lambda storage. A maximum of 150 files can be uploaded per organization. We have limit of 20 MB files size per API. So if you are total file sizes reach the limit, please upload your files in multiple API calls
POST
/user-files
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
multipart/form-dataTo upload new user files
filesstring<binary>required
Response
application/jsonSuccessful operation
filestring
errorstring
error message if there is any error in uploading file. If file upload is success, then it will empty
messagestring