For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
Application (Appium)Download App by ID (Server 1)
TestMu AI
StatusCommunityBlog
Application (Appium)

Download App by ID (Server 1)

Download the binary of an uploaded application (.apk/.aab/.ipa) using its unique appId. The file is streamed back as an attachment.

GET
/app/{appId}/download
Download App by ID (Server 1)
curl --request GET \
--url "https://manual-api.lambdatest.com/app/{appId}/download" \
--header "Authorization: Basic <encoded-value>"

Authorizations

Authorizationstringheaderrequired

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

Path Parameters

appIdstringrequired

The unique ID of the application to download (e.g., APP1016038711693231735315475).

Response

application/json

Application binary streamed successfully as a file attachment.

Download App by ID (Server 1)
curl --request GET \
--url "https://manual-api.lambdatest.com/app/{appId}/download" \
--header "Authorization: Basic <encoded-value>"