Free API
ImmuniWeb Community Edition provides a free API for the Mobile Security Test. It shares the number of tests performed via web interface.
Account type | Tests per day | Monthly subscription |
No Account | 2 | Free |
Free Account | 4 | Free |
Premium API
ImmuniWeb Community Edition also provides a premium API for a higher number of tests via API or web interface:
Select package | Tests per day | Monthly subscription |
10 | $299 | |
25 | $699 | |
100 | $2795 | |
250 | $7295 |
Total: $299
Get in touch for details.
Public schools, local governments and non-for-profit organizations may request a free access to the premium API.
API Documentation
API Specifications
Field Name | Value |
Protocol | HTTP/HTTPS |
Request Type | GET/POST |
URL | https://www.immuniweb.com/mobile/api/ |
Example of Transaction Using CURL
# Downloading app from Google Play and starting test
curl -d "app_id=com.viber.voip&store_id=googleplay" "https://www.immuniweb.com/mobile/api/download_apk"
# Uploading APK/IPA file and starting test
curl -F "malware_check=0" -F "hide_in_statistics=0" -F "file=@diva-beta.apk" "https://www.immuniweb.com/mobile/api/upload"
# Get test results
curl "https://www.immuniweb.com/mobile/api/test_info/id/TEST_ID"
# Delete test (possible only for manually uploaded APK/IPA files)
curl "https://www.immuniweb.com/mobile/api/delete/id/TEST_ID/gsess_value"
# Refresh test by redownloading (possible only for APKs downloaded from Google Play)
curl "https://www.immuniweb.com/mobile/api/refresh/id/TEST_ID"