Skip to main content
extensionsUpload new extensions in zip format to our lambda storage
TestMu AI
StatusCommunityBlog
extensions

Upload new extensions in zip format to our lambda storage

Upload new extensions in zip format to our lambda storage

POST
/files/extensions
Upload new extensions in zip format to our lambda storage
curl --request POST \
--url "https://api.lambdatest.com/automation/api/v1/files/extensions" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: multipart/form-data" \
--form 'extensions=<extensions>'
{
"error": "",
"s3_url": "https://automation-prod-user-files.s3.amazonaws.com/extensions/orgId-123456/extension_1.zip",
"message": "File have been uploaded successfully to our lambda storage"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

multipart/form-data

To upload new extensions

extensionsstring<binary>required

Response

application/json

Successful operation

errorstring

error message if there is any error in uploading file. If file upload is success, then it will empty

s3_urlstring
messagestring
Upload new extensions in zip format to our lambda storage
curl --request POST \
--url "https://api.lambdatest.com/automation/api/v1/files/extensions" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: multipart/form-data" \
--form 'extensions=<extensions>'
{
"error": "",
"s3_url": "https://automation-prod-user-files.s3.amazonaws.com/extensions/orgId-123456/extension_1.zip",
"message": "File have been uploaded successfully to our lambda storage"
}