Pompelmi Cloud — Hosted Antivirus Scanning API

Pompelmi Cloud brings the same reliable antivirus scanning you know from the open-source package, delivered as a fully managed REST API. Upload a file, get a JSON verdict back. No servers to provision, no ClamAV to install, no virus database to keep fresh.

Built for teams that need production-grade file scanning without the operational overhead. Pay only for what you scan.

Overview

Pompelmi Cloud exposes a simple HTTP endpoint. Send a multipart/form-data POST with your file and receive a JSON response containing a verdict, a scan ID, and a timestamp. The same Verdict.Clean / Verdict.Malicious / Verdict.ScanError semantics as the open-source package, available over the wire.

POST https://api.pompelmi.app/v1/scan
Content-Type: multipart/form-data

# Response
{
  "scanId": "scn_01HXYZ...",
  "verdict": "Clean",
  "scannedAt": "2026-05-12T10:00:00Z"
}

No SDK required — any HTTP client works. An official Node.js client library is planned.

Key Benefits

  • No ClamAV to install — the scanning infrastructure runs entirely on our end. Your application stays lean; no native binaries, no system packages.
  • REST API with JSON verdicts — a single POST request returns a structured JSON response with a clear verdict. Integrate in minutes from any language or runtime.
  • Scales automatically — whether you scan ten files a day or ten thousand, capacity adjusts behind the scenes. No instance sizing, no queue tuning.
  • SOC2-ready audit logs — every scan is logged with a unique scan ID, timestamp, verdict, and file hash. Export logs at any time for compliance reviews or incident response.

Join the Waitlist

Pompelmi Cloud is currently in private development. Leave your email below and we will notify you when early access opens.

No spam — one email when early access opens, nothing else. You can reach us directly at pompelmideveloper@yahoo.com.