Skip to main content
POST
/
uploadBuild
Upload build
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>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
build
file
required

The build file (.apk for Android, .zip/.tar.gz for iOS).

organisation_key
string
required

Your MobileBoost organisation key.

platform
string
required

Target platform (android or ios).

metadata
string

Optional JSON metadata string.

Response

200 - application/json

Successful response