Skip to main content
POST
Upload a Build
Get a 15-minute presigned URL for uploading a build binary. PUT the binary to s3_presigned_url, then pass the returned s3_key to Create App or Create Build. Files are capped at 1 GB.

Request body

string
required
Original filename. Extension must match the platform.
string
required
"android" or "ios".
integer
required
Size in bytes. Must be > 0 and ≤ 1073741824.
string
Defaults to "application/octet-stream". Must match the Content-Type header you send on the S3 PUT.

Response