← 返回
未分类 中文

Ntriq X402 Pii Detect Batch

Batch detect and mask PII across up to 500 text inputs. Flat $6.00 USDC via x402.
批量检测并遮蔽最多500条文本中的PII。固定费用6.00 USDC,通过x402支付。
ntriq-gh ntriq-gh 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 292
下载
💾 1
安装
1
版本
#latest

概述

PII Detect Batch (x402)

Detect and optionally mask Personally Identifiable Information (emails, phones, SSNs, names, addresses) across up to 500 text inputs in one call. Flat $6.00 USDC. 100% local inference on Mac Mini.

How to Call

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

{
  "texts": [
    "Contact John Smith at john@example.com or 555-0123",
    "Invoice sent to 123 Main St, Springfield"
  ],
  "mask": true
}

Parameters

ParameterTypeRequiredDescription
----------------------------------------
textsarrayText strings to analyze (max 500)
maskbooleanReplace PII with [TYPE] placeholders (default: false)

Example Response

{
  "status": "ok",
  "count": 2,
  "results": [
    {
      "index": 0,
      "status": "ok",
      "pii_found": [
        {"type": "name", "value": "John Smith"},
        {"type": "email", "value": "john@example.com"},
        {"type": "phone", "value": "555-0123"}
      ],
      "risk_level": "high",
      "masked_text": "Contact [NAME] at [EMAIL] or [PHONE]"
    }
  ]
}

Payment

  • Price: $6.00 USDC flat (up to 500 texts)
  • 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)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,061
it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,011
dev-programming

Navigation 3

ntriq-gh
学习如何安装并迁移到 Jetpack Navigation 3,以及实现深度链接、多个返回栈、场景(如对话框...)等功能和模式。
★ 0 📥 468