# Magnum.ai Blur API

> Magnum.ai Blur API is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/blur
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-blur-api-9693ca16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EjBibPCIXoVHTTB7Wayc9

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 magnum-ai-blur-api-9693ca16 -d '<json body>'
```

Example prompt: Can you blur this image for me using the Magnum.ai blur endpoint? I need to obscure the background and make it look soft and defocused.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call image blur transformation without committing to a subscription, especially in workflows that already use x402/Base chain micropayments for other API calls on Magnum.ai.

## Known failure modes

- Insufficient USDC balance for x402 payment — payment failure error
- Invalid or malformed image input — 400 Bad Request
- Image format not supported — unsupported media type error
- Payment authorization failure on Base chain — transaction error
- Service unavailable or cold-start on Vercel — 500 or timeout error

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a JSON object with a 'result' field containing the processed image data with the blur effect applied, such as a base64-encoded image or a URL to the blurred image.

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