Operations - Noise Removal

Operations / Noise Removal

Automatic noise removal utilizes neural network trained to denoise images with surgical precision while leaving the original textures and fine details untouched.

You may control the intensity of automatic noise removal by manipulating the value of denoise parameter. In order to obtain the best results we recommend setting the value within 80 - 100 range.

{
    "denoise": 85
}

An example cURL request with Image Fetch method of tone enhancements will look like the following:

curl https://api.supares.com/1.0/fetch
     --user your-api-key: \
     --header "Content-Type: application/json" \
     --data '{
         "url": "https://www.website.com/image.jpg",
         "denoise": 85
      }'