Operations - Tone Adjustments

Operations / Tone Adjustments

Tone adjustments encapsulate multiple neural networks desgined and trained to automatically enhance light, color, and white balance levels. The SupaRes API instantly identifies lighting conditions present in input image and intelligently passes the image through appropriate neural network.

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

{
    "tone": 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",
         "tone": 85
      }'