Scanii
APISimple REST API for scanning files and documents for malware threats
Overview
Scanii is a RESTful anti-malware API that lets developers scan files/documents for threats like malware and viruses. Key endpoints include file submission (via POST with multipart/form-data or base64 content), scan status checks, and result retrieval. Responses are in JSON, providing threat detection status, confidence scores, and threat details if found. Use cases: securing user uploads in apps, scanning email attachments, validating CMS documents, and ensuring data security compliance.
Example Integration (JavaScript)
fetch('https://docs.scanii.com/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful architecture
- Scans documents/files for threats
- JSON response format
- Multiple file input methods
- Simple submission/result endpoints
Frequently Asked Questions
? Is Scanii free to use?
Scanii offers a freemium model with a free tier for limited scanning and paid plans for higher usage and extra features.
? Does it require an API Key?
Yes, an API key is needed for authentication, obtainable via registration on the Scanii platform.
? What is the response format?
Scanii returns results in JSON, including threat presence, type, and confidence score details.
Top Alternatives
People Also Ask about Scanii
Tool Info
Pros
- ⊕ Easy to integrate
- ⊕ Well-documented
- ⊕ Flexible file submission
- ⊕ Comprehensive threat detection
Cons
- ⊖ Rate limits on free tier
- ⊖ Paid plans for high volume
- ⊖ Limited advanced features in basic tiers