# CIEL M2M PII Masking API

> CIEL M2M PII Masking API is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-18).

Detects and masks personally identifiable information (PII) in text data, replacing sensitive values with anonymized placeholders

## Facts

- Endpoint: GET https://169.58.38.67.sslip.io/api/pii-mask
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-pii-masking-api-c8214041
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lih3diw3a7it_ZgXKn0OA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ciel-m2m-pii-masking-api-c8214041
```

Example prompt: Can you mask any PII in this text before I store it? Here's the content: 'John Smith called us from 555-867-5309, his email is jsmith@example.com and SSN is 123-45-6789.'

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call PII masking step without setting up a dedicated compliance pipeline. Ideal for AI agents that need to sanitize user inputs before passing data to downstream services, logging, or storage. Best suited for single-document or single-string anonymization rather than bulk batch processing.

## Known failure modes

- Empty or missing input text returns an error or empty result
- Malformed JSON request body causes a 400 bad request
- Very long text payloads may time out or be truncated
- Ambiguous or non-standard PII formats may not be detected
- Non-English PII patterns may be missed
- Rate limiting or payment failure via x402 returns 402 or 429

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object containing the input text with PII values replaced by anonymized placeholders or redaction tokens (e.g. [NAME], [EMAIL], [PHONE]), so the original structure is preserved but sensitive data is removed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-pii-masking-api-c8214041/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
