Skip to main content
POST
/
v2
/
url
/
query
URL Intelligence (V2)
curl --request POST \
  --url https://api.threatbook.io/v2/url/query
{
  "msg": "<string>",
  "response_code": 123,
  "data": {
    "multiengines": {},
    "threat_level": "<string>",
    "sandbox": {},
    "details": {},
    "me_positives": 123,
    "me_ratio": "<string>"
  }
}

Query Parameters

apikey
string

Your API Key

You are able to get the key on "My API" page of i.threatbook.io.

Kindly note:

Please check if you have bound your access IP to the key and have the authority quotas to access this API before you interact with it.

url
string

The URL to be scanned. The URL must be encoded.

Response

msg
string
required
response_code
integer
required
data
object
required
I