A simple web screenshot API written in Go provied with basic web client.
- Yea its live on web means you can use it too if you want to with its easy one simple Api Endpoint
GET https://httpshot.tk/api/capture
Query | Required? | Description |
---|---|---|
url | REQUIRED | Url of the webpage to capture |
width | OPTIONAL | The width of viewport |
height | OPTIONAL | The height of viewport |
fullscreen | OPTIONAL | Scrolls and capture full webpage |
CURL -XGET 'https://httpshot.tk/api/capture?url=https://github.com/&width=1280&height=720&fullscreen=false'
Author : Shivzee
IDE Used : Visual Studio Code