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
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like 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-07-20"
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
A versioned build artifact for a Whop React Native App, submitted for review and deployment to a specific platform.
A SHA-256 hash of the uploaded build file, generated by the client and used to verify file integrity.
"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
The datetime the app build was created.
"2023-12-01T05:00:00.401Z"
A URL to download the app build as a .zip archive.
"https://cdn.whop.com/builds/abc123.zip"
The unique identifier for the app build.
"apbu_xxxxxxxxxxxxx"
Whether this build is the currently active production build for its platform.
The target platform for this build.
ios, android, web Feedback from the reviewer explaining why the build was rejected. Null if the build has not been reviewed or was approved.
"App crashes on launch. Please fix and resubmit."
A URL to download the compressed source code archive that produced this build. Null if the build was uploaded without a source archive.
"https://cdn.whop.com/builds/abc123-source.zip"
The current review status of this build.
draft, pending, approved, rejected The list of view types this build supports, as declared by the developer.
The different types of an app view
hub, discover, dash, dashboard, analytics, skills, openapi 
