{ "opencollection": "1.0.0", "info": { "name": "TestMu AI SmartUI API Documentation Autoheal Command Logs user-files API", "version": "1.0.1" }, "items": [ { "info": { "name": "user-files", "type": "folder" }, "items": [ { "info": { "name": "Fetch all user files uploaded by the user", "type": "http" }, "http": { "method": "GET", "url": "https://api.lambdatest.com/automation/smart-ui/user-files", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This API fetches all the user files which are uploaded to our lambda storage." }, { "info": { "name": "Upload files to our lambda storage", "type": "http" }, "http": { "method": "POST", "url": "https://api.lambdatest.com/automation/smart-ui/user-files", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "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" }, { "info": { "name": "Delete user files from our lambda storage", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lambdatest.com/automation/smart-ui/user-files/delete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This API deletes user file from lambda storage" }, { "info": { "name": "Download user file from lambda storage.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lambdatest.com/automation/smart-ui/user-files/download", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Download user file from lambda storage." } ] } ], "bundled": true }