virustotal_POST: POST for the Current V3 API

View source: R/virustotal.R

virustotal_POSTR Documentation

POST for the Current V3 API

Description

POST for the Current V3 API

Usage

virustotal_POST(
  path,
  body = NULL,
  query = list(),
  key = Sys.getenv("VirustotalToken"),
  ...
)

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 Virustotal API Key. Default: Sys.getenv("VirustotalToken").

...

Additional arguments passed to POST.

Value

list


virustotal documentation built on April 13, 2026, 9:07 a.m.