apk_teardown_submit
Submit an APK or XAPK for static teardown analysis by uploading a file or providing an https URL. Get detailed insights into manifest, permissions, signing, SDKs, and tech stack via polling or webhook.
Instructions
Submit an APK for static teardown analysis. Uploads a single .apk/.xapk file (up to 400MB), or set file_url to have the server fetch it from an https:// URL instead -- exactly one of "file" or "file_url" must be given, not both. Enqueues a Tier 1 static-analysis job -- manifest, permissions, signing, SDK detection, tech stack, locales, and more. Poll the returned poll_path for the result, or set webhook_url for push delivery. Identical uploads (by sha256) within 48h return the existing job instead of re-running analysis. file_url is validated (https only, must resolve to a public address -- no loopback/private/link-local targets) and every redirect hop is re-validated the same way before being followed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||