Tier 1
$5/30 days
- 200 scans each month
- Files up to 10 MB
- Nested JAR inspection
Send a JAR, ZIP, CLASS, or Java file and receive a structured risk report. Files are scanned in memory and are not retained by this API.
Purchases are handled personally through Discord. Choose a plan, join the server, and your API key will be sent after payment is confirmed.
Key delivery is currently manual, so it may not be instant.
Use the API key as a Bearer token. Raw uploads are recommended for the lowest overhead.
curl -X POST "https://api.jarscanner.org/v1/scan" \
-H "Authorization: Bearer jsk_live_YOUR_KEY" \
-H "Content-Type: application/java-archive" \
-H "X-Filename: example.jar" \
--data-binary "@example.jar"
curl -X POST "https://api.jarscanner.org/v1/scan" \
-H "Authorization: Bearer jsk_live_YOUR_KEY" \
-F "file=@example.jar"
{
"verdict": "suspicious",
"risk_score": 50,
"sha256": "...",
"malware_families": [],
"obfuscators": [],
"findings": [],
"network_indicators": [],
"usage": {
"scans_used": 4,
"scans_remaining": 196
}
}
Your key is sent only to the Jarscanner API and is kept in this page's memory.