# SlinklyLayer Explicit Content Detector

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

Analyzes an image file for explicit or sensitive content using a selectable AI provider (Azure, Google, or others), returning a moderation result.

## Facts

- Endpoint: POST https://x402.slinkylayer.ai/api/v1/proxy/:id/explicit-detect
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/slinklylayer-explicit-content-detector-49e1c843
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bcw913KcF-oofIxTYiXqv

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 slinklylayer-explicit-content-detector-49e1c843 -d '<json body>'
```

Example prompt: Can you check this image file for explicit or NSFW content using Google as the AI provider and tell me whether it's safe to publish?

## When to prefer this

Choose this endpoint when you need provider-flexible explicit content detection — especially if you want to switch between Azure and Google for redundancy, compliance, or cost reasons. Prefer it over generic moderation APIs when you need pay-per-call pricing with no subscription and provider transparency.

## Known failure modes

- Invalid or inaccessible image URL/file returns a 400 or processing error
- Unsupported requested_service value returns an error or falls back to default provider
- Image too large or in unsupported format causes a processing failure
- Network timeout when contacting downstream AI provider
- Missing required proxy ID in path returns 404

## How this service works

Analyze an image file for explicit or sensitive content using the selected AI provider. Supports Azure, Google, and others as requested_service.

## Output

Returns a moderation assessment indicating whether the image contains explicit or sensitive content, the detected category or severity, and optionally a confidence score — sourced from the chosen AI provider (Azure, Google, etc.).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/slinklylayer-explicit-content-detector-49e1c843/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)
