Scanii

Category Anti-malware
Authentication apiKey
HTTPS Yes
CORS yes
Difficulty intermediate
Official URL https://docs.scanii.com/
Added Date 2026-04-01
Last Verified 2026-04-01

About this API

Scanii is a anti-malware API described as: Simple REST API that can scan submitted documents/files for the presence of threats. It is useful when you need programmatic access to simple rest api that can scan submitted documents/files for the presence of threats from applications, dashboards, or internal tools. The published entry point or documentation is hosted at docs.scanii.com, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates API-key-based access, which is typical for server-side integrations, scheduled jobs, and controlled client applications.

Use Cases

  • Add simple rest api that can scan submitted documents/files for the presence of threats to a anti-malware discovery or reference application.
  • Build an internal script or scheduled job that pulls data from Scanii for reporting or content updates.
  • Prototype a small web or mobile experience that surfaces simple rest api that can scan submitted documents/files for the presence of threats to end users.

Code Examples

const url = "https://docs.scanii.com/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
  headers: {
  "X-API-Key": "YOUR_API_KEY"
  }
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data);

Similar APIs

AbuseIPDB

IP/domain/URL reputation

apiKey HTTPS CORS: unknown

CAPEsandbox

Malware execution and analysis

apiKey HTTPS CORS: unknown

MalDatabase

Provide malware datasets and threat intelligence feeds

apiKey HTTPS CORS: unknown

Other APIs in Anti-malware

AbuseIPDB

IP/domain/URL reputation

apiKey HTTPS CORS: unknown

CAPEsandbox

Malware execution and analysis

apiKey HTTPS CORS: unknown

MalDatabase

Provide malware datasets and threat intelligence feeds

apiKey HTTPS CORS: unknown

MalShare

Malware Archive / file sourcing

apiKey HTTPS CORS: no

MalwareBazaar

Collect and share malware samples

apiKey HTTPS CORS: unknown

Metacert

Metacert Link Flagging

apiKey HTTPS CORS: unknown

NoPhishy

Check links to see if they're known phishing attempts

apiKey HTTPS CORS: yes

Phisherman

IP/domain/URL reputation

apiKey HTTPS CORS: unknown