Telegram channels, subreddits, GitHub repos, Mastodon and Bluesky profiles, YouTube channels, RSS/Atom feeds, and radio streams — normalized to RSS, Atom, or JSON Feed with a single authenticated request. No scraper to write, no rate limits to babysit.
Your key (shown once — store it now):
Every endpoint takes a bearer key and returns RSS by default (?format=atom or ?format=json for Atom / JSON Feed). Full reference and a live playground: API docs.
curl -H "Authorization: Bearer ibk_..." \
"https://infobeam.net/gateway/v1/rss?url=https://example.com/feed.xml"
| Source | Endpoint |
|---|---|
| Telegram | /gateway/v1/telegram/{channel} |
/gateway/v1/reddit/{subreddit} | |
| GitHub | /gateway/v1/github/{owner}/{repo} |
| Mastodon | /gateway/v1/mastodon?handle=... |
| Bluesky | /gateway/v1/bluesky?handle=... |
| YouTube | /gateway/v1/youtube?url=... |
| RSS / Atom | /gateway/v1/rss?url=... |
| Radio | /gateway/v1/radio?url=... |
$0
Coming soon