Upload APK/IPA using APIs
Upload API to push to builds to Sofy
Upload APK/IPA
To upload build to SOFY
curl --location --request POST "https://api.sofy.ai/api/AppTests/buildUpload" \
--header "SubscriptionKey: SUBSCRIPTION_API_KEY" \
--form "applicationFile=@\"/path/to/file\""
Once build is uploaded above API would return the hash code of build number as below
{"ResponseMessage":"Application Upload Successful","AppHash":"APP_HASH_FROM_BUILD_UPLOAD"}
Above APP Hash can be used to trigger a schedules in Sofy with build that got uploaded. Click here to view more information