---
title: "Add Rss Feed"
method: POST
path: "/v1/api/rss/addrss"
tags: ["rss"]
---

# Add Rss Feed

`POST /v1/api/rss/addrss`

Adds a new RSS feed that the user can use to download torrents. Requires an API key.

## Request body

- AddRss
  - `url` string, required
  - `name` string, required
  - `do_regex` string, nullable
  - `dont_regex` string, nullable
  - `dont_older_than` integer, nullable
  - `pass_check` boolean, nullable
  - `scan_interval` integer, nullable
  - `rss_type` string
  - `torrent_seeding` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.dev/torbox/apis/torbox-api.md) · [All operations](https://skmtc.dev/torbox/apis/torbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/torbox/torbox-api/revisions/6017d1e0162a/schema)
