> For the complete documentation index, see [llms.txt](https://docs.omnidata.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnidata.xyz/gateway/imghub-apis/blur-image.md).

# Blur image

## Blur the image, if provided, performs a slower, more accurate Gaussian blur.

<mark style="color:blue;">`GET`</mark> `https://gateway.omnidata.xyz/ipfs/:cid?blur=5`

#### Path Parameters

| Name                                  | Type   | Description  |
| ------------------------------------- | ------ | ------------ |
| cid<mark style="color:red;">\*</mark> | String | The IPFS cid |

#### Query Parameters

| Name                                   | Type   | Description                                                                                             |
| -------------------------------------- | ------ | ------------------------------------------------------------------------------------------------------- |
| blur<mark style="color:red;">\*</mark> | Number | A value between 0.3 and 1000 represents the sigma of the Gaussian mask, where `sigma = 1 + radius / 2`. |
