Take screenshots of websites using direct links
https://ryo-ss.herokuapp.com?link=<url_with_protocol>
# Example
https://ryo-ss.herokuapp.com/?link=https://youtu.be/dQw4w9WgXcQ
Several options are available through query parameters. Multiple parameters are joined using the &
sign.
Default size is 1920x1080
pixel. Use the size=small
parameter to get a smaller sized (480x270
pixel) image.
https://ryo-ss.herokuapp.com/?link=https://google.com&size=small
Default format is webp
. Use the type=png
parameter to get a PNG image.
https://ryo-ss.herokuapp.com/?link=https://google.com&type=png
Default quality is 100
(full quality). Use the quality=[0-100]
parameter to set the quality of the image. Doesn't work for png
.
https://ryo-ss.herokuapp.com/?link=https://google.com&quality=50
Default is false
. Use fp=true
to get the fullscreen screenshot of the page.
https://ryo-ss.herokuapp.com/?link=https://github.com/ig1711&fp=true
https://ryo-ss.herokuapp.com/?link=https://github.com/ig1711&size=small&type=png&fp=true
Three images are cached in the server. So, subsequent option changes won't work. If you need to clear cache, send a GET request to https://ryo-ss.herokuapp.com/clearcache
.