# CIEL M2M Anti-Scam Detection API

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

Analyzes content, addresses, URLs, or messages to detect scams, phishing, and fraudulent activity

## Facts

- Endpoint: POST https://169.58.38.67.sslip.io/api/anti-scam
- Price: $0.03/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-anti-scam-detection-api-62df890b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Wz6lsndUb41KtP-LjuSsb

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-anti-scam-detection-api-62df890b -d '<json body>'
```

Example prompt: Can you check if this message is a scam? I got a text saying 'Congratulations! You've won a $500 gift card, click here to claim: http://suspicious-link.xyz/claim' — it feels off.

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call scam and fraud detection check without committing to a heavy enterprise security subscription. Ideal for AI agents that need to validate user-submitted content, URLs, or messages on demand at low cost ($0.03/call). Best when integrated into trust-and-safety pipelines, crypto transaction flows, or messaging bots that encounter untrusted inputs.

## Known failure modes

- Malformed or missing input properties field returns an error
- Edge cases with obfuscated scam content may return false negatives
- Very short or ambiguous inputs may yield low-confidence results
- Rate limiting or payment failure via x402 returns 402 status
- Novel scam patterns not yet in training data may be missed

## 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 with a scam/fraud classification result, likely including a risk verdict (e.g. scam/safe), confidence indicators, and details about detected threat patterns or fraud signals in the submitted content.

## 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-anti-scam-detection-api-62df890b/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)
