# KiteEndpoints.ai – AI Content Detection

> KiteEndpoints.ai – AI Content Detection is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-15).

Detects whether a piece of content was generated by AI or written by a human

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ai-content-det6
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-ai-content-detection-793b1ff3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WSFoDMLm-KhkB1IEqkXsq

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 kiteendpoints-ai-ai-content-detection-793b1ff3 -d '<json body>'
```

Example prompt: Can you check if this article is AI-generated or written by a human? Here's the text: 'The rapid advancement of renewable energy technologies has transformed how societies approach climate change, offering both economic and environmental benefits that were once considered unattainable.'

## When to prefer this

Choose this endpoint when you need a quick, pay-per-request AI content detection check without committing to a subscription service. Suitable for agents that occasionally need to verify content authenticity as part of a larger workflow, such as editorial pipelines, academic integrity checks, or content moderation systems. Best when cost-per-call economics work better than flat-rate subscriptions.

## Known failure modes

- Empty or very short text input may return unreliable results or an error
- Non-English text may reduce detection accuracy
- Heavily edited AI text may evade detection and return false negatives
- API returns generic error if input schema is malformed
- Very long documents may time out or require chunking

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a classification indicating whether the submitted text is AI-generated or human-written, typically including a confidence score or probability value and possibly a breakdown of suspicious passages.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-ai-content-detection-793b1ff3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
