, so every page shipped two description tags and crawlers read this generic one instead of the page's own. Each route sets its own. --> %sveltekit.head%
+ text-anonymization

> Text anonymization

// Anonymizes sensitive information in text like names, emails, and phone numbers

textprivacyanonymizationpii

Anonymizes sensitive information in text like names, emails, and phone numbers. Agents can request it by capability ID text.anonymize, or by plain intent — EntRoute resolves phrases like “anonymize text”, “redact pii” and “remove personal info” to this capability.

EntRoute currently lists 10+ endpoints from 6 providers for text.anonymize, priced from $0.001 to $0.04 per call, settled in USDC on Base. The quickest responds in about 80ms at the 95th percentile. Every endpoint below is re-probed every 10 minutes for a valid 402 payment challenge; the ordering blends measured success rate, latency and price rather than provider claims.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"anonymize text" "redact pii" "remove personal info" "text redaction"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "text.anonymize"}'
// endpoints.json
10 results
$0.0010
https://api.delx.ai/api/v1/x402/pii-redact
success: 100%
latency: 220ms
$0.0010
https://api.delx.ai/api/v1/x402/redact-emails
success: 100%
latency: 220ms
$0.0010
https://api.delx.ai/api/v1/x402/query-string-parse
success: 100%
latency: 251ms
$0.0100
https://archtools.dev/v1/tools/pii-detect
success: 100%
latency: 148ms
$0.0100
https://api.strale.io/x402/pii-redact
success: 100%
latency: 243ms
$0.0010
https://api.delx.ai/api/v1/x402/mask-middle
success: 100%
latency: 738ms
$0.0400
https://api-v3qhpbwutp.august.services/v1/redact
success: 100%
latency: 166ms
$0.0400
https://fpds-mcp.mtree.workers.dev/v1/contracts/search
success: 100%
latency: 336ms
$0.0010
https://orbisapi.com/proxy/redaction-verification-score-api-505f57/bulk
success: 33%
latency: 80ms
$0.0010
https://orbisapi.com/proxy/ai-output-safety-api-24a0be
success: 33%
latency: 527ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about Text anonymization

How much does a text anonymization API call cost?

Endpoints listed for text.anonymize on EntRoute are priced from $0.001 to $0.04 per call. Payment is per request — there is no subscription, account or API key. Prices shown are read from each endpoint's live 402 response, not from a provider-supplied catalogue.

How do AI agents pay for text anonymization endpoints?

Via the x402 protocol. The agent calls the endpoint, receives an HTTP 402 Payment Required response describing the price and recipient, signs a stablecoin payment (USDC on Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.

How many providers offer text anonymization?

10+ endpoints are currently listed for text.anonymize across 6 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these text anonymization endpoints verified?

Each one is probed every 10 minutes to confirm it still returns a well-formed 402 challenge on a payable network. Endpoints whose 7-day success rate drops below 50% are moved out of the ranked list into fallbacks with an explicit exclusion reason, so an agent can decide whether to retry them.