| scan_url | R Documentation |
Submit a URL for analysis. Returns analysis details including an ID that
can be used to retrieve the report using url_report
scan_url(url = NULL, ...)
url |
URL to scan; string; required |
... |
Additional arguments passed to |
list containing analysis details and ID
https://docs.virustotal.com/reference
set_key for setting the API key
## Not run:
# Before calling the function, set the API key using set_key('api_key_here')
scan_url("http://www.google.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.