Control Torrent
POST {{api_base}}/{{api_version}}/api/torrents/controltorrent
Overview
Controls a torrent. By sending the torrent's ID and the type of operation you want to perform, it will send that request to the torrent client.
Operations are either:
-
Reannounce
reannounces the torrent to get new peers
-
Delete
deletes the torrent from the client and your account permanently
-
Resume
resumes a paused torrent
Authorization
Requires an API key using the Authorization Bearer Header.
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"success":true,"error":null,"detail":"Torrent operation processed successfully.","data":null}