Version: 1.0.0
Seerr API
This is the documentation for the Seerr API backend.
Two primary authentication methods are supported:
- Cookie Authentication: A valid sign-in to the
/auth/plexor/auth/localwill generate a valid authentication cookie. - API Key Authentication: Sign-in is also possible by passing an
X-Api-Keyheader along with a valid API Key generated by Seerr.
Authentication
- API Key: cookieAuth
- API Key: apiKey
Security Scheme Type: | apiKey |
|---|---|
Cookie parameter name: | connect.sid |
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-Api-Key |