📋Site Reputation API

Checks whether a specific site/URL is suspicious and might contain malware, phishing or other potential harmful software.

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


Site Screenshot API

POST https://tools.datalabs.net/reputationChecker
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,
    "detections": "None",
    "message": "URL is safe"
}

Last updated