vt_request: Build the shared request object

View source: R/virustotal.R

vt_requestR Documentation

Build the shared request object

Description

Every endpoint funnels through here, so the user agent, timeout, retry policy and client-side throttle apply uniformly – including the binary download endpoints that used to bypass them.

Usage

vt_request(path, key = vt_key())

Arguments

path

Path below /api/v3, already assembled.

key

A character string containing the VirusTotal API key.

Value

An httr2 request.


virustotal documentation built on Aug. 20, 2026, 5:07 p.m.