Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 1.12 KB

README.md

File metadata and controls

56 lines (49 loc) · 1.12 KB

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