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
urlTypestringDescriptionThe URL of the website you want to take a screenshot of.
-
Name
typeTypestringDescriptionThe type of image to return. Possible values are
png,jpegandwebp. -
Name
qualityTypeintegerDescriptionThe quality of the image. This is only applicable when the
typeis set tojpeg. A value between 0 and 100. -
Name
full_pageTypebooleanDescriptionWhether to take a screenshot of the full page or just the viewport.