← 返回
未分类 中文

Ntriq X402 Pii Detect

Detect and optionally mask PII (emails, phone numbers, SSNs, names, addresses, credit cards) in text. Pay $0.02 USDC via x402.
Detect and optionally mask PII (emails, phone numbers, SSNs, names, addresses, credit cards) in text. Pay $0.02 USDC via x402.
ntriq-gh
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 342
下载
💾 1
安装
1
版本
#latest

概述

PII Detection (x402)

Detect personally identifiable information in text — emails, phone numbers, SSNs, names, addresses, credit cards, passport numbers. Optionally mask detected PII. Returns risk level and exact positions. Pay $0.02 USDC per call via x402 (Base mainnet).

How to Call

POST https://x402.ntriq.co.kr/pii-detect
Content-Type: application/json
X-PAYMENT: <x402-payment-header>

{
  "text": "Contact John Smith at john.smith@email.com or 555-123-4567",
  "mask": false
}

Parameters

ParameterTypeRequiredDescription
----------------------------------------
textstringText to analyze for PII
maskbooleanReplace PII with [TYPE] placeholders (default: false)

PII Types Detected

email, phone, ssn, name, address, credit_card, passport, other

Risk Levels

none, low, medium, high, critical

Example Response

{
  "status": "ok",
  "pii_found": [
    {"type": "name", "value": "John Smith", "position": [8, 18]},
    {"type": "email", "value": "john.smith@email.com", "position": [22, 42]},
    {"type": "phone", "value": "555-123-4567", "position": [46, 58]}
  ],
  "risk_level": "high",
  "masked_text": null
}

With mask: true:

{
  "masked_text": "Contact [NAME] at [EMAIL] or [PHONE]",
  "risk_level": "high"
}

Payment

  • Price: $0.02 USDC per call
  • Network: Base mainnet (EIP-3009 gasless)
  • Protocol: x402
curl https://x402.ntriq.co.kr/services

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 22:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Edge To Edge

ntriq-gh
使用此技能将 Jetpack Compose 应用迁移至自适应全屏支持并排查常见问题。使用此技能修复 UI 组件(…)
★ 0 📥 387

Ntriq X402 Audio Intel

ntriq-gh
AI音频转录——将mp3/wav/m4a/ogg转为文字,支持语言自动识别和时间戳。费用 $0.05 USDC via x402。
★ 0 📥 367

Android Cli

ntriq-gh
编排 Android 开发任务,包括项目创建、部署、SDK 管理以及使用 `android` 命令行工具进行环境诊断。
★ 0 📥 392