# VirusTotal URL Report via Locus x402

> VirusTotal URL Report via Locus x402 is a paid API for AI agents from virustotal.x402.paywithlocus.com, paid per call via x402, $0.055/call, status unknown (last checked 2026-09-15).

Retrieves a VirusTotal threat intelligence report for a given URL, showing scan results across 70+ antivirus engines and security tools.

## Facts

- Endpoint: POST https://virustotal.x402.paywithlocus.com/virustotal/url-report
- Price: $0.055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/virustotal-url-report-via-locus-x402-0a9e625a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_thUmdMIQ21mv2EiOcHCnS

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability virustotal-url-report-via-locus-x402-0a9e625a -d '<json body>'
```

Example prompt: Can you check whether https://suspicious-login-page.xyz is safe — run it through VirusTotal and tell me how many antivirus engines flagged it as malicious?

## When to prefer this

Use this endpoint when you need to quickly look up an existing VirusTotal report for a URL without setting up your own VirusTotal API key, and you want pay-per-call pricing via USDC x402 payments. Ideal for agents that need on-demand URL threat intelligence without managing API credentials or monthly subscription costs. Best for checking URLs that have likely already been scanned by VirusTotal's community.

## Known failure modes

- URL not previously scanned by VirusTotal — report may be empty or unavailable
- Invalid or malformed URL input — API may reject or return an error
- Payment failure — USDC transaction not settled, request not processed
- Rate limiting or quota exceeded on the underlying VirusTotal API
- Network timeout or upstream VirusTotal service unavailability

## How this service works

Threat intelligence platform — scan files by hash, URLs, domains, and IPs against 70+ antivirus engines and security tools.

## Output

Returns a JSON object containing VirusTotal's analysis data for the submitted URL, including individual verdicts from 70+ antivirus engines and security vendors, detection counts, categorization, and metadata about the URL's reputation. Also includes payment settlement details and a request tracking ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/virustotal-url-report-via-locus-x402-0a9e625a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from virustotal.x402.paywithlocus.com](https://www.zero.xyz/host/virustotal.x402.paywithlocus.com/llms.txt)
