-
Notifications
You must be signed in to change notification settings - Fork 0
API
xanderburchartz edited this page May 18, 2026
·
1 revision
Selectarr exposes a REST API documented via Swagger UI and ReDoc.
- Swagger UI: http://yourserver:8889/docs
- ReDoc: http://yourserver:8889/redoc
- Health check: http://yourserver:8889/status
The API covers all functionality available in the interface: listing media, checking watched status, and triggering deletions. All endpoints require an active session cookie — authenticate via /auth/login first.