This endpoint initiates the build upload process by requesting presigned URLs. The response will indicate whether single-part or multipart upload is possible. Multipart is always required for files larger than 5GB.
Overview
The upload request endpoint is the first step in uploading a new build. It provides all key build information, and returns a presigned URL for direct upload or multipart upload information for larger files.Authorizations
App-specific auth token. Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Upload request details
The body is of type object
.
Response
Upload request successful
The response is of type object
.