Skip to main content
POST
Upload build

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

buildId
string
required

The unique identifier for the uploaded build.

A direct link to the uploaded build in the MobileBoost dashboard.