# Komo.ai Blur API

> Komo.ai Blur API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.0974/call, status unknown (last checked 2026-09-16).

Applies a blur effect to images via a pay-per-call API endpoint on the Base blockchain using the x402 protocol

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/blur
- Price: $0.0974/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-blur-api-845c5eed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sQ9O-rOLrkk1CuUzEzQRZ

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 komo-ai-blur-api-845c5eed -d '<json body>'
```

Example prompt: Can you blur this image for me using the Komo.ai blur endpoint? I want to obscure the background while keeping the main subject visible.

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call blur transformation with no subscription required, especially when integrating with Base chain payments via the x402 protocol for micro-transaction billing.

## Known failure modes

- Payment failure if insufficient USDC balance on Base chain for x402 protocol
- Invalid input schema returns 400 error
- Image too large or unsupported format causes processing failure
- Network timeout on slow image uploads
- Missing required fields in request body returns validation error

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a JSON object with a result field containing the blurred image data or processed API response data from the blur transformation.

## 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/komo-ai-blur-api-845c5eed/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
