Apply a blur effect to an image.
sigma
that determines the intensity of the blur effect.
The higher the value of sigma
, the more intense the blur effect will be.
This value represents the standard deviation of the Gaussian kernel used to apply the blur effect.
Blur effect over a cat image [Normal, Sigma 10, Sigma 20, Sigma 100]
API Key for authentication
The unique identifier of the image. This identifier is used to reference the image in subsequent requests.
The API will return the created Image object in the response body.
The Image object represents an image processed using the IMG Processing API. The object contains information about the image, such as its URL, size, and format. The Image object is returned in the response body of all image processing requests.