Blur the background of an image. Synchronous — returns the result directly without polling.
Type: Synchronous
Usage
simplified image:blur-background --url <image-url> [--blur <amount>]Options
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--url | string | ✅ | — | Public URL of the source image |
--blur | number | 50 | Blur intensity (1–100) |
Example
simplified image:blur-background --url "https://example.com/photo.jpg" --blur 50Response
{ "image_url": "https://cdn.simplified.com/blurred.png" }Unlike other image commands,
image:blur-backgrounddoes not require--waitand has notask_id.