To upload a build, use the following endpoint:

https://api.appsend.dev/v1/uploads/
Note the required trailing slash.

Request data

Content-type: multipart/form-data

file
string
required

Build file (.apk or .ipa). Max size: 150mb

message
string

Build description message

testers
string

Comma-separated emails of users that will be invited to test a build. Max 5 emails

Response

uid
string
required

Uid of build, used to derive install url

fileName
string
required

Name of the uploaded file

fileSize
integer
required

Size of uploaded build in bytes

createdAt
datetime
required

Date and time of upload

message
string

Optional build description message

testers
array[string]

Optional list of testers’ emails that were invited