{"name":"detect-pii","description":"Detects PII in text: emails, phones, SSNs, credit cards, addresses, names, IPs, and API tokens. Returns matches + risk_level, with optional redaction using [TYPE] tokens. Use it as a PII detector, personal data scanner, data leak scanner, or privacy redaction API.","price":"$0.02","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Text to scan for PII. Max 25,000 chars."},"redact":{"type":"boolean","description":"Optional. If true, also returns redacted_text with matches replaced by [TYPE] tokens. Default false."}},"required":["text"]},"input_example":{"text":"Contact John at john@acme.com or +1-415-555-0100","redact":true},"output_example":{"matches":[{"type":"email","value":"john@acme.com"}],"match_count":2,"risk_level":"low"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}