Introduction
This is the documentation for the Seerr API backend.
Add a new slider
Add a single slider and return the newly created slider. Requires the `ADMIN` permission.
Add collection to blocklist
Adds all movies in a collection to the blocklist
Add media to blocklist
Add media to blocklist
Add media to watchlist
Add media to watchlist
Batch update all sliders.
Batch update all sliders at once. Should also be used for creation. Will only update sliders provided
Cancel a specific job
Cancels a specific job. Will return the new job status in JSON format.
Create a comment
Creates a comment and returns associated issue in JSON format.
Create new issue
Creates a new issue
Create new request
Creates a new request with the provided media ID and type. The `REQUEST` permission is required.
Create new user
Creates a new user. Requires the `MANAGE_USERS` permission.
Create override rule
Creates a new Override Rule from the request body.
Create Radarr instance
Creates a new Radarr instance from the request body.
Create Sonarr instance
Creates a new Sonarr instance from the request body.
Delete issue comment
Deletes an issue comment. Only users with `MANAGE_ISSUES` or the user who created the comment can perform this action.
Delete issue
Removes an issue. If the user has the `MANAGE_ISSUES` permission, any issue can be removed. Otherwise, only a users own issues can be removed.
Delete media file
Removes a media file from radarr/sonarr. The `ADMIN` permission is required to perform this action.
Delete media item
Removes a media item. The `MANAGE_REQUESTS` permission is required to perform this action.
Delete override rule by ID
Deletes the override rule with the provided ruleId.
Delete Radarr instance
Deletes an existing Radarr instance based on the radarrId parameter.
Delete request
Removes a request. If the user has the `MANAGE_REQUESTS` permission, any request can be removed. Otherwise, only pending requests can be removed.
Delete slider by ID
Deletes the slider with the provided sliderId. Requires the `ADMIN` permission.
Delete Sonarr instance
Deletes an existing Sonarr instance based on the sonarrId parameter.