Skip to main content
Every torrent and store endpoint is authenticated with your instance API key — the same key your Stremio addon and dashboard use. Public /api/* endpoints need no auth.

Get your API key

Your API key is issued when your account is created. On the hosted instance it’s shown in the dashboard; you can also create an account directly:
Treat the key like a password — it grants full access to your account. If it leaks, rotate it from the dashboard.

Use it

Send the key as a bearer token on every authenticated request:
For compatibility, two surfaces also accept alternate forms:

Errors

Both error shapes differ by surface: /rest/1.0 returns { "error": "...", "error_code": 8 }, and /v0/store returns { "error": { "code": 401, "message": "..." } }.