Website Screenshot API

Website Screenshot API Docs

Transform any URL to an image

Take screenshot of a URL

Send a GET request to the following URL to Take screenshot of a URL

API Parameters

NameTypeRequired?DefaultDescription
urlstringYesnullWebpage URL (urlencoded)
formatstringNonullscreenshot format
widthintegerNo1920Viewport width
heightintegerNo1080Viewport height
qualityintegerNo80The quality of the screenshot. Not applicable to png images
fullPagebooleanNoWhen true, takes a screenshot of the full scrollable page

API Responses

Status CodeDescription
200Screenshot file
400Bad Request (e.g. invalid URL)
500Internal Server Error