Appearance
Quick Reference
FreshFast 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/jsonBase URL
https://api.rss.app/v1Pagination Reminder
GET /v1/feeds?limit=100&offset=0- Default limit: 10
- Max limit: 100
- End of results: response array length < limit
Feed Creation Methods
| Intent | Required 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 |