Rotate / Flip

Rotate or flip a screenshot image vertically or horizontally.

Flip Image Vertically

The example below shows how to flip an image vertically.

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&flip_vertical=true
&url=google.com

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.

Screenshot Flip Vertical


Flip Image Horizontally

The example below shows how to flip an image horizontally.

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&flip_horizontal=true
&url=google.com

Screenshot Flip Horizontal

Rotate Image

The example below shows how to rotate an image by 20 degrees.

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&rotate=20
&url=google.com

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.

Screenshot rotated by 20 degrees