February 2019
Intermediate to advanced
256 pages
7h 34m
English
The API api/v1/download_pdf is used to generate a PDF file of the scanning results. It requires the MD5 hash value of the APK, and API key. We also specify the filename as MobSFTest.pdf in our example:
$ curl -X POST --url http://localhost:8000/api/v1/download_pdf --data "hash=969bac4cb8392ceb79b5e60f310e480b&scan_type=apk" -H "Authorization:563d64fc5054d3b239ac0419f1d6b2378465f5c80e1778c283eb1e3265bdd7ae" > MobSFTest.pdf
The following screenshot shows parts of the scanning report in MobSFTest.pdf:

Read now
Unlock full access