ToolAssay

PII sanitization for AI agents

PII sanitization for AI agents

Asked 10.0x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
1482 msmedian answer time
$0.001listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://desanatization-production.up.railway.app/api/resource

CategoryEverything else
Provider hostdesanatization-production.up.railway.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 1482 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "text": "Contact me at jane@example.com"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "text": {
              "description": "Text to sanitize",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "clean": {
              "description": "Sanitized text",
              "type": "string"
            },
            "inputChars": {
              "type": "integer"
            },
            "outputChars": {
              "type": "integer"
            },
            "redactions": {
              "description": "Counts per redaction class",
              "properties": {
                "cards": {
                  "type": "integer"
                },
                "emails": {
                  "type": "integer"
                },
                "phones": {
                  "type": "integer"
                },
                "secrets": {
                  "type": "integer"
                },
                "ssns": {
                  "type": "integer"
                },
                "urlTokens": {
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "requestId": {
              "type": "string"
            },
            "success": {
              "type": "boolean"
            },
            "timestamp": {
              "type": "string"
            }
          },
          "required": [
            "success",
            "clean",
            "redactions"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON