# klymax402 PII Detector

> klymax402 PII Detector is a paid API for AI agents from klymax402.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-14).

Scans a text string for personally identifiable information (PII) and returns detected PII entities

## Facts

- Endpoint: GET https://klymax402.com/api/pii-detector/api/detect
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/klymax402-pii-detector-ba254894
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zl3SCxs92SwZ5si8-88b2

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 klymax402-pii-detector-ba254894
```

Example prompt: Can you scan this text for any personally identifiable information before I store it: 'Please contact John Smith at john.smith@example.com or call 555-867-5309 — his SSN is 123-45-6789'?

## When to prefer this

Use this endpoint when you need a quick, low-cost per-call PII scan on individual text strings without managing your own NLP pipeline or API keys. Ideal for agents that need privacy compliance checks inline (e.g. before logging, storing, or forwarding user-generated text). At $0.012/call it is cost-effective for moderate volumes. Prefer a dedicated enterprise PII solution (e.g. AWS Comprehend, Google DLP) for high-volume batch processing or when you need SLA guarantees and detailed audit trails.

## Known failure modes

- Empty or missing 'text' parameter returns an error or empty result
- Very long text strings may be truncated or rejected
- False negatives: non-standard PII formats (obfuscated numbers, unusual name spellings) may not be detected
- False positives: fictional or example data (like '555-1234') may still be flagged as PII
- Service unavailability returns HTTP 402 or 5xx
- Payment failure (insufficient USDC balance) blocks the request

## How this service works

One MCP endpoint gives your AI agent access to 100 APIs -- crypto, DeFi, web, AI, finance and utilities. No API keys, USDC on Base from $0.003/call.

## Output

Returns detected PII entities found in the provided text, likely including the type of PII (e.g. email, phone number, SSN, name, address, credit card), the matched value or span, and potentially a confidence score or category classification for each detected item.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "description": "Text content to scan for PII"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/klymax402-pii-detector-ba254894/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from klymax402.com](https://www.zero.xyz/host/klymax402.com/llms.txt)
