📸Site Screenshot API

Provide the URL, and our API will return and imgur link to the screenshotted page.

The API host for all tools is tools.datalabs.net.


Site Screenshot API

POST https://tools.datalabs.net/createScreenshot
Host: tools.datalabs.net
Content-Type: application/json

{
  "key": "DATALABS_API_KEY", // Required - DataLabs API Key
  "url": "https://example.com/" // Required - URL to be checked
}
Example Response
{
    "success": true,
    "website": "https://example.com/",
    "url": "https://i.imgur.com/24xn8jp.png"
}

Last updated