API Documentation
The Repurai API lets you build your own tools on top of your feed library. Add and remove feeds, read posts, search your content, and generate AI summaries — all using a single API key.
What you can do
- Manage feeds — add, remove, and refresh the RSS feeds in your workspace, organised into categories.
- Read posts — browse all posts across your feeds, filter to today's posts, or view your saved list. Search across all your content by keyword.
- Organise categories — rename or delete categories without losing any content.
- AI tools — generate a short summary for any post, or pull the transcript from a YouTube video.
Getting Started
- Generate an API key in your Account Settings.
- Follow the Quickstart Guide to make your first request in under 5 minutes.
- Browse the Feeds API or Feed Posts API reference pages.
All endpoints live under https://repurai.com/api/v1/ and require a Bearer token in the Authorization header.
curl https://repurai.com/api/v1/feeds \
-H "Authorization: Bearer rep_your_api_key"