Adjusting the brightness of your screenshots allows you to make the images lighter or darker based on your needs. Whether you need to enhance the clarity of specific details or match the image's brightness to a certain aesthetic, brightness adjustments can significantly impact how your screenshots are perceived.
Use Add Screenshots brightness controls to align captures with brand standards, improve readability, or prep assets for presentations while keeping automation fast and fully integrated.
Adjust Brightness Free or See Plan Details
Here are some key reasons to adjust brightness in your screenshots:
Below are examples demonstrating different brightness levels applied to a screenshot:
// Example of original brightness level https://api.addscreenshots.com/screenshots
?apikey=YOUR_API_KEY
&brightness=0
&url=tesla.com/modely
Your API key can be found on the API Keys page. Need an API Key? Sign up to get started.
For internal applications, replace YOUR_API_KEY with your own unique API Key.
For public facing websites or hotlinks, generate a signed URL.

// Example of darker brightness level https://api.addscreenshots.com/screenshots
?apikey=YOUR_API_KEY
&brightness=-0.2
&url=tesla.com/modely

// Example of brighter brightness level https://api.addscreenshots.com/screenshots
?apikey=YOUR_API_KEY
&brightness=0.2
&url=tesla.com/modely
