# KiteEndpoints.ai - Blur API

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

Applies a blur effect to images or image-related data via a paid per-request API endpoint on the KiteEndpoints.ai mega hub.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/blur
- Price: $0.12/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-blur-api-10a65e90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kTVpDTrjMj5q6J9DWp4wE

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-blur-api-10a65e90 -d '<json body>'
```

Example prompt: Can you blur this image for me using the KiteEndpoints blur API? I need to obscure some sensitive content in the photo before sharing it.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use blur transformation without managing your own image processing infrastructure, and you are already using the KiteEndpoints.ai hub for other API needs with USDC on Base chain payments.

## Known failure modes

- Invalid or missing input object returns an error response
- Malformed image data causes processing failure
- Payment failure (insufficient USDC) results in 402 HTTP error
- Network timeout from upstream processing service
- Unsupported image format or encoding causes rejection

## 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 JSON object containing the processed result data with the blur effect applied to the input image or data, wrapped in a result object with a data field.

## 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-blur-api-10a65e90/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)
