image:blur-background

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

FlagTypeRequiredDefaultDescription
--urlstringPublic URL of the source image
--blurnumber50Blur intensity (1–100)

Example

simplified image:blur-background --url "https://example.com/photo.jpg" --blur 50

Response

{ "image_url": "https://cdn.simplified.com/blurred.png" }

Unlike other image commands, image:blur-background does not require --wait and has no task_id.