---
title: "Initiate a project mobile app upload"
method: POST
path: "/v1/projects/{projectId}/mobile/upload"
tags: ["projects"]
---

# Initiate a project mobile app upload

`POST /v1/projects/{projectId}/mobile/upload`

Create a presigned temporary upload for a mobile app binary.

## Path parameters

- `projectId` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `filename` string, required
  - `fileSize` integer, required
  - `removeAfter` integer

## Response `200`

Presigned upload details

- ProjectsInitiateAProjectMobileAppUploadResponse200
  - `uploadUrl` string, uri, required
  - `storageKey` string, required
  - `filename` string, required
  - `fileSize` integer, required
  - `removeAfter` integer, nullable, required

## Other responses

- `400` — Bad Request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing API key
- `429` — Too Many Requests - Usage limit exceeded
- `500` — Internal Server Error
- `504` — Gateway Timeout - Test execution exceeded time limit

## Changes

- **2026-08-22** `bf198f94879a` — 1 breaking, 3 warning
  - the `filename` request property's minLength was increased from `0` to `1`
  - the `fileSize` request property's exclusiveMinimum was set to `0.00`
  - the `removeAfter` request property's max was set to `604800.00`
  - the `removeAfter` request property's min was set to `60.00`

[Change history](https://skmtc.dev/tester/apis/testerarmy-api/changes/v1/projects/:projectId/mobile/upload/post.md)

---

[API](https://skmtc.dev/tester/apis/testerarmy-api.md) · [All operations](https://skmtc.dev/tester/apis/testerarmy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tester/testerarmy-api/revisions/c0f981a708f9/schema)
