# KiteEndpoints.ai - AI Content Detection

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

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

## Facts

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

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-0ec29796 -d '<json body>'
```

Example prompt: Can you check whether this article was written by a human or generated by an AI? Here's the text: 'The rapid advancement of technology has fundamentally altered the way societies interact with information...'

## When to prefer this

Use this endpoint when you need a quick, pay-per-call AI content detection check without a subscription, especially useful for occasional or batch moderation tasks billed in USDC on Base chain. Prefer this over subscription-based alternatives when usage is sporadic or cost-per-call billing is preferred.

## Known failure modes

- Empty or missing content input returns an error
- Content too short to analyze may return low-confidence or error result
- Very long documents may be truncated or rejected
- Non-English text may yield unreliable detection results
- Mixed AI/human content may produce ambiguous scores

## 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 result object containing the AI detection analysis, likely including a classification (AI-generated vs human-written) and a confidence or probability score indicating the likelihood that the content was AI-produced.

## Request schema (JSON Schema)

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

## 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-0ec29796/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
