API

To upload a build file directly from your CI/CD system we recommend using our api endpoint.

Upload a build file

post

Uploads a build file along with associated metadata.

Body
buildstring · binaryOptional

The build file to be uploaded.

organisation_keystringOptional

The organization key.

Example: ORG_KEY_12345
platformstringOptional

The platform for the build. Options are "android" or "ios".

Example: android
metadatastringOptional

Metadata as a JSON string.

Example: {"branch":"dev-feature-1"}
Responses
200

Build uploaded successfully

application/json
post
/uploadBuild/
200

Build uploaded successfully

Examples

With a curl command:

Last updated