Can you tell me how to upload an app using local file?

Can you tell me how to upload an app using local file?

Hi Michael,

Yes, you will need to pass the following cURL request for that:

curl -u "YOUR_LAMBDATEST_USERNAME:YOUR_LAMBDATEST_ACCESS_KEY" \
--location --request POST 'https://manual-api.lambdatest.com/app/upload/realDevice' \
--form 'name="Android_App"' \
--form 'appFile=@"/Users/macuser/Downloads/proverbial_android.apk"'