πŸ“ΈSite Screenshot API

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

circle-info

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
}
chevron-rightExample Responsehashtag
{
    "success": true,
    "website": "https://example.com/",
    "url": "https://i.imgur.com/24xn8jp.png"
}

Last updated