Last chance! 50% off unlimited learning
Sale ends in
POST for the Current V3 API
virustotal_POST(
query = list(),
path = path,
body = NULL,
key = Sys.getenv("VirustotalToken"),
...
)
query list
path to the specific API service url
file
A character string containing Virustotal API Key. The default is retrieved from Sys.getenv("VirustotalToken")
.
Additional arguments passed to POST
.
list