Initiate a project mobile app upload

View as Markdown
Create a presigned upload for a mobile app binary.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

projectIdstringRequiredformat: "uuid"
Project ID

Request

This endpoint expects an object.
filenamestringRequired>=1 character
fileSizeintegerRequired
removeAfterintegerOptional

Response

Presigned upload details
uploadUrlstringformat: "uri"
storageKeystring
filenamestring
fileSizeinteger
removeAfterinteger or null

Errors

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