# KiteEndpoints.ai - Blur API

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

Applies a blur effect to an image via a pay-per-request API endpoint on the KiteEndpoints mega hub

## Facts

- Endpoint: POST https://kite-endpoints.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-4f98f5f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r2wfML8Qrrs_LWmMO6ker

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-4f98f5f8 -d '<json body>'
```

Example prompt: Can you blur this image for me using the KiteEndpoints blur API — I need the photo softened or obscured before I share it publicly.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-request image blur transformation without setting up your own image processing infrastructure. It is suitable for low-volume, ad-hoc blur operations where spinning up a dedicated image processing service is overkill. Best used in agent workflows that already operate on the x402/Base payment rail.

## Known failure modes

- Missing or malformed input image data returns an error response
- Insufficient USDC balance or payment failure results in HTTP 402
- Unsupported image format may cause processing failure
- Network timeout if image payload is too large
- Ambiguous schema means incorrect payload structure may silently return unexpected output

## 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 a result field with the processed image data after the blur effect has been applied. The exact format of the image data (e.g. base64, URL) is not fully documented in the available schema.

## 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-4f98f5f8/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)
