# KiteEndpoints.ai SafeVision API

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

Performs AI-powered safe content detection and image moderation via a POST endpoint on the KiteEndpoints mega API hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/safevision
- Price: $0.16/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-safevision-api-781b5b1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wW-Uskn6rs3EZ31qWVlYi

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-safevision-api-781b5b1b -d '<json body>'
```

Example prompt: Can you check if this image is safe to post publicly — run it through SafeVision on KiteEndpoints and let me know if it contains any inappropriate or harmful content?

## When to prefer this

Use this endpoint when you need a pay-per-request image or content safety check without committing to a subscription, especially when integrating with crypto-native (Base chain USDC) payment flows. Best suited for agents needing on-demand moderation of user-generated content at low volume.

## Known failure modes

- Invalid or missing image input returns an error in the result object
- Unsupported image format or oversized payload may cause processing failure
- Payment failure (insufficient USDC balance) returns HTTP 402 before the endpoint is reached
- Ambiguous or low-resolution images may produce uncertain classifications
- Service downtime on the Vercel deployment may return 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

A result object containing a safety classification and moderation flags indicating whether the submitted image or content is safe, along with any detected violations or content categories.

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