GET /discover
Find RSS feeds the workspace does not have yet. Give a topic to search a curated catalogue of quality sources, or a url to scan a specific site for its feeds. Returns sample headlines so the user can judge a source before subscribing, and marks anything already subscribed. Use this before add_feed.
Held in this tab only (sessionStorage) and sent to the base URL above. Closing the tab clears it.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
topic | string | no | What to look for, e.g. “climate tech”. |
url | string | no | A site to scan, e.g. “https://theverge.com”. |
limit | integer | no | Default 8, max 20. |
Responses
Section titled “Responses”| Status | Meaning |
|---|---|
200 | Find feeds |
400 | Invalid or missing parameters. |
401 | Missing or invalid API key. |
403 | The key lacks the “workspace:read” scope. |
429 | Rate limit exceeded. See Retry-After. |
Requires the workspace:read scope.