Upload a project mobile app

View as Markdown
Upload a mobile app binary to a mobile project. Optionally set removeAfter to delete temporary uploads after a delay.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

projectIdstringRequiredformat: "uuid"
Project ID

Request

This endpoint expects a multipart form containing a file.
filefileRequired
removeAfterstringOptional
Optional expiration in seconds for temporary uploads

Response

Mobile app uploaded successfully
appobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error