# KiteEndpoints AI Image Detector

> KiteEndpoints AI Image Detector is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Detects whether an image was generated by AI or is a real photograph

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ai-image-detector
- Price: $0.08/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-image-detector-3b592736
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lQ820l9HGGYpkHDF2BC--

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-image-detector-3b592736 -d '<json body>'
```

Example prompt: Can you check whether this image is AI-generated or a real photo? Here's the URL: https://example.com/photo.jpg

## When to prefer this

Use this endpoint when you need a quick, pay-per-request AI image detection check without a subscription, especially in automated content moderation pipelines, media verification workflows, or when evaluating user-submitted images for authenticity on a per-call basis.

## Known failure modes

- Invalid or inaccessible image URL returns an error
- Unsupported image format may result in failure
- Low-resolution or ambiguous images may reduce confidence accuracy
- Network timeout if image host is slow
- Missing required input fields returns a 400-level error

## 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 result indicating whether the image is AI-generated or real, typically including a confidence score or probability value and a label (e.g. 'AI-generated' or 'real').

## 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-image-detector-3b592736/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)
