# PII Detector API

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

Scans input text and detects personally identifiable information (PII) such as names, emails, phone numbers, and other sensitive data

## Facts

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

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 pii-detector-api-klymax402-com-b05c8e5f
```

Example prompt: Can you scan this text for any personally identifiable information: 'John Smith called us from 555-867-5309 and his email is john.smith@email.com, SSN 123-45-6789'?

## When to prefer this

Use this endpoint when you need to scan arbitrary text for PII before storing, sharing, or processing it — especially for compliance workflows (GDPR, HIPAA, CCPA), data anonymization pipelines, or user-generated content moderation. Prefer this over general-purpose LLMs when you need a dedicated, cost-predictable, deterministic PII detection service.

## Known failure modes

- Empty or missing text parameter returns an error
- Extremely long text may time out or be truncated
- Text in unsupported languages may yield missed PII
- Ambiguous or obfuscated PII may not be detected
- Rate limiting or payment failure returns 402

## How this service works

Detect personally identifiable information (PII) in text

## Output

Returns detected PII entities found in the submitted text, including the types of personal information identified (e.g. names, phone numbers, email addresses, SSNs) and their locations or values within the input text.

## 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/pii-detector-api-klymax402-com-b05c8e5f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pii-detector.api.klymax402.com](https://www.zero.xyz/host/pii-detector.api.klymax402.com/llms.txt)
