Skip to main content

Sharpen an image.

POST 

/image/sharpen

Sharpen an image.

Request

Header Parameters

    ipaas string

Bodyrequired

    urlstring

    The image URL

    bufferstring

    The image as a Base64-encoded buffer. Can be specified instead of url.

    sigmanumber

    How strongly the image will be sharpened.

    Possible values: >= 0.3 and <= 1000

    getAsUrlboolean

    Whether the result image should be returned as a URL. Default is false.

    fileNamestring

    The file name of the result image. Default is a random ID.

Responses

Success

Schema
    urlstringrequired

    The result image URL.