# VirusTotal Analysis Results via Locus x402

> VirusTotal Analysis Results 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-13).

Retrieves the results of a previously submitted VirusTotal scan analysis using an analysis ID, returning verdicts from 70+ antivirus engines and security tools.

## Facts

- Endpoint: POST https://virustotal.x402.paywithlocus.com/virustotal/analysis
- Price: $0.055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/virustotal-analysis-results-via-locus-x402-2ed5ec27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m6rckPswQnx9RBTZ965B5

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-analysis-results-via-locus-x402-2ed5ec27 -d '<json body>'
```

Example prompt: I submitted a file to VirusTotal earlier and got analysis ID '12345abc-0000-4000-8000-abcdef123456' — can you retrieve the scan results and tell me how many engines flagged it as malicious?

## When to prefer this

Use this endpoint when you have already submitted a file, URL, domain, or IP to VirusTotal and received an analysis ID, and now need to retrieve the completed scan results. This is the polling/retrieval step in a two-step scan workflow. Prefer this over direct VirusTotal API access when you need pay-per-call micropayment billing via USDC with no API key management.

## Known failure modes

- Invalid or expired analysis ID returns empty or error data object
- Analysis still pending returns incomplete results
- Payment failure via x402 protocol prevents request from completing
- Malformed analysis ID format causes request rejection
- Rate limiting or service unavailability from VirusTotal backend

## 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 the full VirusTotal analysis data (verdicts from 70+ antivirus engines and security tools), plus payment confirmation details including settled USDC amount and request tracking information with a status URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "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-analysis-results-via-locus-x402-2ed5ec27/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)
