| rescan_url | R Documentation |
Request a new analysis of a URL already present in VirusTotal's database.
Returns an analysis ID for use with url_report.
rescan_url(url_id = NULL, ...)
url_id |
URL or URL ID (base64 encoded URL without padding). Required. |
... |
Additional arguments passed to |
list containing analysis details and ID
https://docs.virustotal.com/reference
set_key for setting the API key,
url_report for getting reports
## Not run:
# Before calling the function, set the API key using set_key('api_key_here')
# Request rescan using URL
rescan_url("http://www.google.com")
# Request rescan using URL ID
rescan_url("687474703a2f2f7777772e676f6f676c652e636f6d2f")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.