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.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
255"d9105228-4a08-46b1-8b91-42fed586d383"
Pins the request to a dated API version.
"2026-08-05-1"
Body
The uploaded build file: { id } for an existing file or { direct_upload_id } for a completed direct upload.
A client-generated checksum of the build file, used to verify file integrity when unpacked.
The target platform for the build.
ios, android, web The AI prompt that generated this build, if applicable.
The app to create the build for, prefixed app_. Defaults to the app behind the presented credential.
An optional compressed archive (.zip or .gz) of the source code that produced this build, stored alongside the build so it can be downloaded later. Referenced like attachment, and must be a different file.
The view types this build supports. Only list the ones its code implements.
hub, discover, dash, dashboard, analytics, skills, openapi Response
app build created
Client-generated checksum of the build file, used to verify file integrity.
When the build was uploaded, as an ISO 8601 timestamp.
URL to download the uploaded build artifact.
App build ID, prefixed abld_.
Whether this build is the currently active production build for its platform.
The target platform for this build.
ios, android, web "ios"
Feedback from the reviewer explaining a rejection, or null if the build has not been reviewed or was approved.
URL to download the compressed source code archive that produced this build, or null when the build was uploaded without a source archive.
The build's review status.
draft, pending, approved, rejected "draft"
The view types this build supports, as declared by the developer.
hub, discover, dash, dashboard, analytics, skills, openapi 
