Skip to content

delivey/screenshot-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot-api

Simple API built with Go & Fiber to get screenshots from pages.

Hosting

go run main/main.go

or

cd main && go build main.go
./main

Routes

POST /screenshot

Content-Type: application/json

{
    "url": "https://example.org"
}

Returns an image with Content-Type: image/png

About

Simple screenshot API built in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages