API
To upload a build file directly from your CI/CD system we recommend using our api endpoint.
Uploads a build file along with associated metadata.
Body
buildstring · binaryOptional
The build file to be uploaded.
organisation_keystringOptionalExample:
The organization key.
ORG_KEY_12345platformstringOptionalExample:
The platform for the build. Options are "android" or "ios".
androidmetadatastringOptionalExample:
Metadata as a JSON string.
{"branch":"dev-feature-1"}Responses
200
Build uploaded successfully
application/json
post
/uploadBuild/200
Build uploaded successfully
Examples
With a curl command:
Last updated