cURL
curl --request POST \ --url https://api.mobileboost.io/uploadBuild \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form build='@example-file' \ --form 'organisation_key=<string>' \ --form 'platform=<string>' \ --form 'metadata=<string>'
Upload an application build artifact (.apk for Android, .zip/.tar.gz for iOS) to use in test executions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The build file (.apk for Android, .zip/.tar.gz for iOS).
Your MobileBoost organisation key.
Target platform (android or ios).
android
ios
Optional JSON metadata string.
Successful response