Skip to content

Quick Reference

Fresh

Fast lookup tables for the RSS.app API. Use these when you need a reminder rather than a full walkthrough.

Contents

  • All Endpoints — Every API endpoint in one table with method, path, and description
  • Error Codes — HTTP status codes, when they occur, and how to handle them
  • Troubleshooting — Common problems and their solutions

Authentication Reminder

Authorization: Bearer YOUR_API_KEY:YOUR_API_SECRET
Content-Type: application/json

Base URL

https://api.rss.app/v1

Pagination Reminder

GET /v1/feeds?limit=100&offset=0
  • Default limit: 10
  • Max limit: 100
  • End of results: response array length < limit

Feed Creation Methods

IntentRequired body fields
Website URL{ url }
Native RSS URL{ url } — same field, RSS.app detects the type
Keyword search{ keyword, region }
News headlines{ keyword, region } — use full headline as keyword

RSS.app API Documentation