#Relay API

Number of APIs: 2

Overview

The relay is connected to the Satellite Network and is responsible for things such as sending live torrent updates to users. In most cases, when working with TorBox's Main API, you will never need to touch this API.

Authorization

For all requests, you will need your API token which can be found on your TorBox settings page under the API key section. Simply copy or refresh the API token and use it in the API.

Endpoints https://relay.torbox.app

  • GET Get Current Users Online /

  • GET Request Update On Torrent /v1/inactivecheck/torrent/{{user_id}}/{{torrent_id}}

  1. Get Current Users Online GET https://relay.torbox.app

  2. Request Update On Torrent Info GET https://relay.torbox.app/v1/inactivecheck/torrent/{{user_id}}/{{torrent_id}}