Could you please assist me with the curl command to upload an app using the app URL?

Could you please assist me with the curl command to upload an app using the app URL?

Hello NoahSmith,

You can use the following curl command for the same:

curl -u "tabishiqbal:rRM2QxLKvYMq3C6E4BrTVRrd03VsG4X0F9ZA6XeM7Q6Jcn3EyA" -X POST "https://manual-api.lambdatest.com/app/upload/realDevice" -F "url=https://prod-mobile-artefacts.lambdatest.com/assets/docs/proverbial_android.apk" -F "name=Proverbial_App" -F "custom_id=sampleName" -F "storage=url" -F "visibility=individual"

You can also refer to our public documentation for more details: Link