n8n-nodes-real-debrid
v0.1.1
Published
n8n community node for Real-Debrid via its REST API
Maintainers
Readme
n8n-nodes-real-debrid
Community node for n8n to interact with Real-Debrid. It lets you automate Real-Debrid directly from your n8n workflows using a secure stored credential.
✅ Verified community node — installable directly from the n8n node panel (self-hosted and n8n Cloud).
Installation
This is a verified community node: in n8n click + (Add node), search for Real-Debrid, and add it — no manual install needed.
Go to Settings → Community Nodes → Install and enter n8n-nodes-real-debrid.
Operations
| Operation | Description | |---|---| | Add Magnet | Add a magnet link | | Delete | Delete a torrent | | Get Info | Get info about a torrent | | Get Many | Get many torrents | | Get Many | Get many downloads | | Link | Unrestrict a link | | Get | Get the account info |
Authentication
This node uses the Real-Debrid API credential. In n8n, go to Credentials → New, pick Real-Debrid API, and fill in:
- Base URL — the address of your instance, e.g.
https://api.real-debrid.com/rest/1.0(no trailing slash). - API Token — your service API token.
Your token is sent as a Bearer token in the Authorization header.
Where to find it: See the service documentation: https://api.real-debrid.com/
The credential's Test button verifies the connection before you save.
Usage
- Add the Real-Debrid node to a workflow (after a trigger such as When clicking 'Test workflow' or a Schedule Trigger).
- Select your Real-Debrid API credential.
- Pick an Operation and run the workflow — the response is returned as JSON for the next node.
Compatibility
Requires n8n 1.0 or newer. Built and linted with the official @n8n/node-cli, and
published to npm with a build-provenance attestation.
