# KiteEndpoints.ai - AI Content Detector

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

Detects whether a piece of text was generated by AI or written by a human, returning a classification result

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/ai-content-detector
- 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/kiteendpoints-ai-ai-content-detector-7fe85eb9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mZ_Gk2hpzxzqqXImjKHI4

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-detector-7fe85eb9 -d '<json body>'
```

Example prompt: Can you check if this text was written by AI or a human: 'The rapid advancement of artificial intelligence has fundamentally transformed the way we approach problem-solving across industries, enabling unprecedented levels of automation and efficiency.'

## When to prefer this

Use this endpoint when you need a quick, pay-per-use AI content detection call without committing to a subscription service, especially in automated pipelines that require USDC-based micropayments on Base chain. Suitable for one-off checks on individual text snippets rather than bulk academic or enterprise-grade scanning.

## Known failure modes

- Empty or missing text input returns an error or null result
- Text too short to classify reliably may return low-confidence or inconclusive result
- Non-English or multilingual text may reduce detection accuracy
- Payment failure (insufficient USDC on Base chain) results in 402 response blocking the request
- Rate limiting or service unavailability returns 5xx errors

## 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 classification — indicating whether the submitted text is likely AI-generated or human-written, potentially with a confidence score or probability breakdown

## 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-detector-7fe85eb9/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)
