Upload API

1. Get Upload API Key

In order to authorize Upload API you need to enable ‘API access’ option. To enable ‘API access’ please open user profile on ‘API access’ tab.

2. Upload API Description

You can upload your .ipa or .apk file using ‘Upload API’ interface.

Usage example:

curl
    -X POST
    https://dashboard.ubertesters.com/api/client/upload_build.json
    -H "X-UbertestersApiKey:PERSONAL_API_KEY"
    -F "file=@upload.ipa"
    -F "title=build title"
    -F "notes=build notes"
    -F "status=in_progress"
    -F "stop_previous=true"
Parameter Description
X-UbertestersApiKey required, your personal ‘API access KEY’. Please see item 1
file required, path to your build file (.IPA or .APK)
title optional, your build title
notes optional, build description, plain text
status

optional

  • pending – default, create a new revision only
  • in_progress – create and start revision
stop_previous

optional

  • true – stop all previous revisions (if any)
  • false – keep current statuses of previous revisions
NB: If ‘status’ parameter is set to ‘in_progress’ then this revision will become enabled for all distribution groups marked as ‘default’

CONTACT US

Get in touch, fill out the form below, and an Ubertesters representative will contact you shortly to find out how we can help you.

REQUEST A DEMO

Want to see the Ubertesters platform at work? Please fill out the form below and we'll get in touch with you as quickly as possible.

Estimate your testing costs

Fill out a quick 20 sec form to get your free quote.

Thank you for contacting us

We will get back to you within 24 hours.

Meanwhile, follow us on Facebook or LinkedIn and see what we are up to.

Sorry, an error occurred

Please try again later.