Endpoints
POST /upload/
Upload an Ipa or Apk build
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
requiredBuild 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
requiredUid of build, used to derive install url
fileName
string
requiredName of the uploaded file
fileSize
integer
requiredSize of uploaded build in bytes
createdAt
datetime
requiredDate and time of upload
message
string
Optional build description message
testers
array[string]
Optional list of testers’ emails that were invited