Application (Appium) › Upload Application to a Real Device (Server 1)
Application (Appium)
Upload Application to a Real Device (Server 1) Upload an application (.ipa,.apk,.aab) for testing on a real device.
Upload Application to a Real Device (Server 1) curl -- request POST \
-- url "https://manual-api.lambdatest.com/app/upload/realDevice" \
-- header "Authorization: Basic <encoded-value>" \
-- header "Content-Type: multipart/form-data" \
-- form 'appFile=<appFile>' \
-- form 'name=<name>' \
-- form 'custom_id=<custom_id>' \
-- form 'visibility=<visibility>'
{
"app_id" : "APP10160502401693989036908244" ,
"name" : "Appname" ,
"type" : "android" ,
"app_url" : "lt://APPID" ,
"url" : "APP_URL" ,
"custom_id" : "Custom"
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body multipart/form-data appFile string<binary> required
Path to the application file on your local system.
name string required
Name of the application.
custom_id string
Custom ID of the application.
visibility enum<string>
Visibility scope of the uploaded application.
individual team
Response 200▼
application/json Application successfully uploaded for testing.
Upload Application to a Real Device (Server 1) curl -- request POST \
-- url "https://manual-api.lambdatest.com/app/upload/realDevice" \
-- header "Authorization: Basic <encoded-value>" \
-- header "Content-Type: multipart/form-data" \
-- form 'appFile=<appFile>' \
-- form 'name=<name>' \
-- form 'custom_id=<custom_id>' \
-- form 'visibility=<visibility>'
{
"app_id" : "APP10160502401693989036908244" ,
"name" : "Appname" ,
"type" : "android" ,
"app_url" : "lt://APPID" ,
"url" : "APP_URL" ,
"custom_id" : "Custom"
}