# AI-Generated Content Detector

> AI-Generated Content Detector is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Analyzes text to detect whether it was written by an AI or a human, returning a confidence score and source metadata.

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/ai-detect
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-generated-content-detector-7cb228b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vTfPa-xn1mXMGExpmsfVD

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 ai-generated-content-detector-7cb228b4
```

Example prompt: Can you check if this paragraph was written by an AI? Here's the text: 'The proliferation of large language models has fundamentally altered the landscape of digital content creation, enabling unprecedented scalability in text generation across diverse domains.'

## When to prefer this

Use this endpoint when you need a lightweight, pay-per-call AI content detection check without subscribing to a dedicated service. It is well-suited for spot-checking individual text snippets and works especially well in automated pipelines that need a confidence score alongside the classification.

## Known failure modes

- Missing 'text' query parameter returns an error or empty result
- Very short text may yield low-confidence or unreliable scores
- Network timeout or Cloudflare Worker cold start causing latency spike
- Ambiguous or borderline text may return mid-range confidence without a clear classification

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a JSON object with a success flag, a data object containing the detection result, and a _meta object with a confidence score (0–1), the detection source/model used, whether the result was cached, and a last_updated timestamp.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-generated-content-detector-7cb228b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
