Skip to main content

Torlink

@funsaized/torlinkv2026.08.30.2· 12d agoMODELS
01README

Typed Torlink search, download, seed, and control operations

02Models1
@funsaized/torlinkv2026.08.30.2torlink.ts

Global Arguments

ArgumentTypeDescription
binarystring
baseUrlstring
token?string
allowInsecureRemoteboolean
fn health()
Verify the Torlink CLI version and server health endpoint.
fn search(key: string, query: string)
Run one or more headless Torlink searches in a single model method.
ArgumentTypeDescription
keystring
querystring
fn add(key: string, input: string)
Add one or more magnets or info hashes in a single model method.
ArgumentTypeDescription
keystring
inputstring
fn sync()
Snapshot downloads and seeds and mark disappeared prior torrents absent.
fn wait(until: enum, pollSeconds: number, timeoutSeconds: number)
Poll Torlink until multiple torrent IDs reach a target lifecycle state.
ArgumentTypeDescription
untilenum
pollSecondsnumber
timeoutSecondsnumber
fn control(confirmDeleteFiles: boolean)
Apply one control action to multiple Torlink torrent IDs.
ArgumentTypeDescription
confirmDeleteFilesboolean

Resources

instance(1h)— Torlink CLI and server health.
search(30d)— Latest batch of headless Torlink search results and source outcomes.
snapshot(7d)— Current Torlink download and seed snapshot.
torrent(infinite)— Observed lifecycle state for one torrent info hash.
operation(30d)— Latest batch outcome for a Torlink model method.
03Previous Versions1
2026.08.30.1
04Stats
A
100 / 100
Downloads
0
Archive size
20.7 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels