Skip to main content

Command Palette

Search for a command to run...

Generate Clean & Beautiful Screenshots with Free API

Published
1 min read
Generate Clean & Beautiful Screenshots with Free API
B

I love to build, fix, and create things. I’m a Web Designer & Developer by profession.

Title says it all!

Just made a free API to generate beautiful screenshots, you just have to enter your website url and it will instantly create a screenshot for you.

Example Screenshot:

download.png

API url:

https://api.bhawanigarg.com/social/screenshot/?url=https://domain.com

You can replace "https://domain.com" with your website url and it will generate a screenshot with a transparent background. If you want to change the color of the background then you can do it by simply adding &color=(Color-Code).

Example API url with custom background color:

https://api.bhawanigarg.com/social/screenshot/?url=https://domain.com&color=ffffff

ffffff is the color code here and you can use any color you want.

Hope you will like it!

124 views