# SlinklyLayer Content Spam Detector

> SlinklyLayer Content Spam Detector is a paid API for AI agents from x402.slinkylayer.ai, paid per call via x402, $0.100000/call, status unknown (last checked 2026-09-14).

Detects whether provided text content is spam and returns a confidence score with additional details.

## Facts

- Endpoint: POST https://x402.slinkylayer.ai/api/v1/proxy/00e31e91-413d-43f0-833d-56e6b6789aab/content-detect-spam
- Price: $0.100000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-slinkylayer-ai-9073d9b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x_5ba3rhX9Yik6oPMXlWq

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 x402-slinkylayer-ai-9073d9b6 -d '<json body>'
```

Example prompt: Can you check whether this message is spam and give me a confidence score: 'Congratulations! You've been selected for a FREE iPhone 15 — click here to claim your prize now before it expires!'

## When to prefer this

Use this endpoint when you need a dedicated spam detection signal with a confidence score for a single piece of text content — ideal for moderating user-generated content, filtering form submissions, or validating messages before processing them further. Prefer this over general-purpose sentiment or content analysis endpoints when the specific goal is spam identification.

## Known failure modes

- Missing required 'content' field returns a 400 validation error
- Empty string content may return low-confidence or undefined result
- Very long content strings may be truncated or cause a timeout
- Payment failure (insufficient USDC) returns a 402 Payment Required error
- Network timeout or service unavailability returns a 503 error

## How this service works

Detect whether the provided content is spam and return a confidence score along with additional details.

## Output

Returns a spam classification result including a confidence score (0-1) indicating how likely the content is spam, plus additional metadata or details about the detection result.

## Response schema (JSON Schema)

```json
{
 "input": {
  "type": "http",
  "method": "POST",
  "bodyType": "json",
  "bodyFields": {
   "content": {
    "type": "string",
    "required": true
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-slinkylayer-ai-9073d9b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.slinkylayer.ai](https://www.zero.xyz/host/x402.slinkylayer.ai/llms.txt)
