POST for the Current V3 API
virustotal_POST(
path,
body = NULL,
query = list(),
key = Sys.getenv("VirustotalToken"),
...
)path to the specific API service url
request body (file upload or JSON data)
query list
A character string containing Virustotal API Key. The default is retrieved from Sys.getenv("VirustotalToken").
Additional arguments passed to POST.
list