Skip to main content
POST
/
v1
/
applications
/
{applicationShortId}
/
builds
/
upload-url
Get build upload URL
curl --request POST \
  --url https://api.qa.tech/v1/applications/{applicationShortId}/builds/upload-url \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fileName": "<string>"
}
'
{
  "uploadUrl": "<string>",
  "buildToken": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.qa.tech/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

applicationShortId
string
required
Pattern: ^app(-.+_.+|_.+)$

Body

application/json

Request body for getting a presigned upload URL

fileName
string
required

Original file name (e.g. 'my-app.apk'). Preserved in storage for display and file type detection.

Response

200 - application/json

The request has succeeded.

Presigned upload URL response

uploadUrl
string
required
buildToken
string
required