# fastapi.online Image Blur

> fastapi.online Image Blur is a paid API for AI agents from api.fastapi.online, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Applies a Gaussian blur effect to an uploaded image (PNG, JPEG, or WebP) with a configurable blur radius.

## Facts

- Endpoint: POST https://api.fastapi.online/image-blur
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fastapi-online-image-blur-b0895834
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5vVtsqaqSk0gXclvxM8EK

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 fastapi-online-image-blur-b0895834 -d '<json body>'
```

Example prompt: Can you blur this image file for me with a radius of 10?

## When to prefer this

Choose this endpoint when you need a simple, cheap ($0.001 USDC), no-signup image blur operation accessible via a pay-per-call crypto model. Ideal for agents that occasionally need to blur images without maintaining an account or subscription with a larger image-processing SaaS. Works well for privacy redaction, background softening, or aesthetic blur filters on PNG, JPEG, or WebP files.

## Known failure modes

- Unsupported file format (non-PNG/JPEG/WebP) returns an error
- Missing or invalid image file returns a 400 error
- Radius value not parseable as a number may cause a processing error
- File too large may result in a timeout or rejection
- Payment not included or insufficient USDC causes a 402 response

## How this service works

Chat, embeddings, OCR, speech-to-text, image editing, image understanding (captioning/Q&amp;A), text-to-speech, translation, writing tools, classification tools, developer tools, local utilities, format/checksum validators, encoding &amp; crypto utilities, date/time calculators, geo/coordinate math, math &amp; finance calculators, novelty tools, and business/social writing generators — 179 endpoints in all, across multiple specialized self-hosted models. Pay per call with crypto — no signup — or get an API key.

## Output

A blurred version of the submitted image file, returned as binary image data. The degree of blurring is controlled by the radius parameter — larger values produce stronger blur effects.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "file": {
   "type": "string",
   "format": "binary",
   "description": "Image file (PNG/JPEG/WebP)"
  },
  "radius": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-image-blur-b0895834/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.fastapi.online](https://www.zero.xyz/host/api.fastapi.online/llms.txt)
