v1

latestSwagger 2.02026-08-06114111152.5 KB
Storage

Upload an app to storage

Uploads an APK or IPA to TestingBot storage. Either send the binary as multipart file or pass a public url that TestingBot will fetch. The returned app_url (tb://<appkey>) can be set as the app capability on subsequent mobile sessions. Metadata (version, min_device_version, thumb) is extracted asynchronously: poll GET /storage/<appkey> until its state is DONE before reading those fields.

post/v1/storage

Request body

{"stackTrail":"components:schemas:postV1Storage:properties:file","oasType":"schema","type":"unknown","description":"Multipart binary upload of an .apk or .ipa."}
urlstring

Public HTTPS URL TestingBot will download the binary from.

Response

Upload an app to storage

app_urlstring required

TestingBot storage URL (tb://<appkey>). Pass as a capability to reference this app in mobile tests.