Torrin’s HTTP API — RealDebrid-compatible, StremThru store, and public endpoints.
Torrin speaks the RealDebrid API. Most clients and Stremio addons that already
support RealDebrid work by pointing their base URL at your instance and using your
torrin API key. On top of that, torrin exposes a StremThru store API for clients
like Comet, and a few public endpoints for signup and instance metadata.
Auth is your API key as a bearer token. See Authentication.
Times are RFC 3339 (2026-08-26T12:00:00Z).
Errors use the surface’s native shape — RealDebrid’s { error, error_code } on
/rest/1.0, and StremThru’s { error: { code, message } } on /v0/store. Each endpoint
below lists the status codes it can return.
Use the endpoint pages in the sidebar to see every parameter, response schema, and a
runnable example you can try with your own key.