shivam1608 / HTTPShot

A simple web screenshot API written in Go with basic web client

Home Page:https://httpshot.tk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPShot πŸ“·

A simple web screenshot API written in Go provied with basic web client.

Live On 🟒

https://httpshot.tk/

API Documentation πŸ“˜

  • 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

OPTIONS βš™

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

Example

CURL -XGET 'https://httpshot.tk/api/capture?url=https://github.com/&width=1280&height=720&fullscreen=false'

Preview

Open Source Project

Author : Shivzee
IDE Used : Visual Studio Code

About

A simple web screenshot API written in Go with basic web client

https://httpshot.tk/

License:MIT License


Languages

Language:Go 100.0%