# Website Security Snapshot

> Website Security Snapshot is a paid API for AI agents from api.cybersecurity-japan.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Takes a security snapshot of a given website, returning vulnerability and security posture information for that domain.

## Facts

- Endpoint: POST https://api.cybersecurity-japan.com/v1/snapshot
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cybersecurity-japan-com-7339efee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gMj8OtThBddvdN6K-SNYL

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 api-cybersecurity-japan-com-7339efee -d '<json body>'
```

Example prompt: Can you run a security snapshot on example.com and tell me if there are any vulnerabilities or security issues I should know about?

## When to prefer this

Use this endpoint when you need a quick, on-demand security snapshot of a specific website or domain — especially useful for vetting unfamiliar domains, checking client websites, or validating a site's security posture before integrating with it. Prefer this over full penetration testing services when a lightweight, instant scan suffices.

## Known failure modes

- Invalid or unreachable URL returns an error response
- Payment failure or insufficient USDC balance blocks the request
- Rate limiting if too many requests are made in quick succession
- Timeout if the target domain is unresponsive
- Malformed domain input returns validation error

## How this service works

Website Security Snapshot — 0.05 USDC

## Output

A security snapshot report for the specified website, including vulnerability indicators, security posture assessment, SSL/TLS status, and potential threat signals detected at the time of the scan.

## Example request

```json
{
 "url": "https://example.com"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-cybersecurity-japan-com-7339efee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.cybersecurity-japan.com](https://www.zero.xyz/host/api.cybersecurity-japan.com/llms.txt)
