# KiteEndpoints.ai - AI Content Detection

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

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

## Facts

- Endpoint: POST https://kite-solana.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-71e266da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sclcjTp0Qbptk74aWtm3a

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-71e266da -d '<json body>'
```

Example prompt: Can you check if this paragraph is AI-generated or written by a real person? Here's the text: 'The rapid advancement of renewable energy technologies has fundamentally shifted the global power landscape, enabling nations to reduce their reliance on fossil fuels while simultaneously driving economic growth.'

## When to prefer this

Choose this endpoint when you need a pay-per-request AI content detection check without a subscription, especially useful for one-off verification tasks or low-volume workflows. It is well-suited for agents that need to verify content authenticity on demand and pay with USDC on Base chain via x402 protocol.

## Known failure modes

- Empty or missing text input returns an error
- Text too short to analyze may yield low-confidence or inconclusive results
- Overly generic or ambiguous content may produce uncertain classification
- Rate limiting or payment failures may block the request
- Non-English or mixed-language content may reduce detection accuracy

## 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 indicating whether the input content is AI-generated or human-written, typically including a probability or confidence score and a classification label.

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