Is there any API to upload the app on your platform using App File?

Is there any API to upload the app on your platform using App File?

Hi Tim,

Yes, you can use below curl command:

curl -u "YOUR_LAMBDATEST_USERNAME:YOUR_LAMBDATEST_ACCESS_KEY" -X POST "https://manual-api.lambdatest.com/app/upload/realDevice" -F "appFile=@"/Users/macuser/Downloads/Appname.apk"" -F "name="appname""

Also, you can refer link: Commonly Used APIs For Mobile App Testing | LambdaTest