v8
OpenAPI 3.1.02026-08-033623795.0 MBApp Builds
Create App Build
Uploads a new build artifact for an app. Upload the file first (POST /files or a direct upload), then reference it here; iOS and Android take a .zip bundle, web takes a JavaScript file or a .zip archive of the hosted site.
post/app_builds
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
app build created
Example response
{
"platform": "ios",
"status": "draft",
"supported_app_view_types": [
"hub"
]
}