Taking screenshots
This guide will show you how to take screenshots using the ScreenshotBuddy API.
Make sure your have read the quickstart guide. It will help you understand how to
authenticate and make requests to the API.
Options
-
Name
url
TypestringDescriptionThe URL of the website you want to take a screenshot of.
-
Name
type
TypestringDescriptionThe type of image to return. Possible values are
png
,jpeg
andwebp
. -
Name
quality
TypeintegerDescriptionThe quality of the image. This is only applicable when the
type
is set tojpeg
. A value between 0 and 100. -
Name
full_page
TypebooleanDescriptionWhether to take a screenshot of the full page or just the viewport.