Google Safe Browsing API Spring-boot simple implementation
Generate your Google Api key, and add it in your env variables under googleApiKey, then enjoy urls with all safety 😁
- There are three endpoints :
- /simpleUrlSafety : It responds whether the url is secure or not without further information
- /sigleUrlCheck : To check a single url, and it gives which type of threats, platform type ...
- /multipleUrlCheck : To check an array of urls, and it gives which type of threats, platform type for each url.