POST for the Current V3 API
Arguments
- path
path to the specific API service url
- body
request body (file upload or JSON data)
- query
query list
- key
A character string containing the VirusTotal API key. Default:
vt_key(), which readsVIRUSTOTAL_API_KEYand then the historicalVirustotalToken.- encode
Body encoding. One of
"json"(the default),"form"or"multipart".- ...
Ignored. Earlier versions forwarded these to
httr::POST; configure requests with the package options instead (seevirustotal).