Safe Browsing API: threatHits. Enables client applications to check web resources (most commonly URLs) against Google-generated lists of unsafe web resources. The Safe Browsing APIs are for non-commercial use only. If you need to use APIs to detect malicious URLs for commercial purposes – meaning “for sale or revenue-generating purposes” – please refer to the Web Risk API. See: https://developers.google.com/safe-browsing/api/reference/rest/v4/threatHits
Safe Browsing API: threatHits. Enables client applications to check web resources (most commonly URLs) against Google-generated lists of unsafe web resources. The Safe Browsing APIs are for non-commercial use only. If you need to use APIs to detect malicious URLs for commercial purposes – meaning “for sale or revenue-generating purposes” – please refer to the Web Risk API. See: https://developers.google.com/safe-browsing/api/reference/rest/v4/threatHits
(create$ auth args body)https://developers.google.com/safe-browsing/api/reference/rest/v4/threatHits/create
Required parameters: none
Optional parameters: none
Body:
{:userInfo {:regionCode string, :userId string}, :clientInfo {:clientVersion string, :clientId string}, :threatType string, :resources [{:type string, :url string, :remoteIp string, :referrer string}], :entry {:hash string, :url string, :digest string}, :platformType string}
Reports a Safe Browsing threat list hit to Google. Only projects with TRUSTED_REPORTER visibility can use this method.
https://developers.google.com/safe-browsing/api/reference/rest/v4/threatHits/create
Required parameters: none
Optional parameters: none
Body:
{:userInfo {:regionCode string, :userId string},
:clientInfo {:clientVersion string, :clientId string},
:threatType string,
:resources [{:type string,
:url string,
:remoteIp string,
:referrer string}],
:entry {:hash string, :url string, :digest string},
:platformType string}
Reports a Safe Browsing threat list hit to Google. Only projects with
TRUSTED_REPORTER visibility can use this method.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |