# Cybercentry Web Application Verification (CWAV) API

> Cybercentry Web Application Verification (CWAV) API is a paid API for AI agents from x402-cybercentry-web-application-verification.up.railway.app, paid per call via x402, $0.020000/call, status unknown (last checked 2026-09-14).

Submits a URL for web application security verification and returns a scan_id and scan_url for retrieving results via a proxy endpoint

## Facts

- Endpoint: POST https://x402-cybercentry-web-application-verification.up.railway.app/verify
- Price: $0.020000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cybercentry-web-application-verification-cwav-api-09560b6b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Fo9bFbZb_EZL7X8Z2xaJo

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 cybercentry-web-application-verification-cwav-api-09560b6b -d '<json body>'
```

Example prompt: Can you run a CWAV security verification scan on https://example.com and give me the scan ID and scan URL so I can check the results?

## When to prefer this

Use this endpoint when you need to initiate a web application security scan against a specific URL and obtain a scan reference ID for later retrieval of results. Best suited for agents performing automated security checks on web properties as part of a two-step scan-then-retrieve workflow via the proxy endpoint.

## Known failure modes

- Invalid or malformed URL input returns an error
- Unreachable target URL may cause scan initiation failure
- Payment not fulfilled (x402 payment required at $0.02 USDC) results in 402 response
- Rate limiting or service unavailability on Railway deployment returns 5xx error

## How this service works

Verify any url using the Cybercentry Web Application Verification (CWAV) API. Returns a scan_id and scan_url for verification via the proxy endpoint

## Output

Returns a scan_id (unique identifier for the initiated scan) and a scan_url (proxy endpoint URL to retrieve verification results for that scan)

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cybercentry-web-application-verification-cwav-api-09560b6b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-cybercentry-web-application-verification.up.railway.app](https://www.zero.xyz/host/x402-cybercentry-web-application-verification.up.railway.app/llms.txt)
