Readwise API
API for syncing and accessing reading highlights from Kindle, Instapaper, Pocket, articles, books, and tweets. Also provides Readwise Reader API for managing a read-later queue and highlights.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Reading/highlights API. Token auth. Personal reading data — treat as private. No sensitive financial/health data typically. Export functionality could expose full library.
⚡ Reliability
Best When
An agent needs to access a user's personal reading highlights and annotations from Readwise to build a personalized knowledge base or learning system.
Avoid When
You need enterprise knowledge management or real-time content aggregation at scale.
Use Cases
- • Syncing personal reading highlights into agent knowledge bases for RAG
- • Building spaced repetition or learning systems from reading highlights
- • Accessing annotated articles and books for writing assistance agents
- • Creating automated highlight summaries and digests from reading queues
- • Connecting Readwise data to Obsidian, Notion, or other PKM tools via agents
Not For
- • Publishing or distributing copyrighted content (highlights only, not full text)
- • Real-time web scraping (Reader is for personal reading queue)
- • Enterprise knowledge management at scale
- • Non-personal use cases (consumer-focused product)
Interface
Authentication
Token-based auth using Authorization: Token <key> header. Personal access tokens available from account settings. OAuth2 app authorization also available. Simple and accessible for agents.
Pricing
API access included with Readwise subscription. Affordable consumer pricing. No per-API-call costs. Free trial available.
Agent Metadata
Known Gotchas
- ⚠ Rate limits undocumented — agents should implement conservative throttling
- ⚠ Highlights API and Reader API are separate systems with different base URLs
- ⚠ Book and article metadata completeness varies by source (Kindle vs Instapaper vs manual)
- ⚠ No webhooks — agents must poll for new highlights
- ⚠ Tags and categories are user-defined and inconsistent across users
- ⚠ Full text of articles not available via API — highlights only
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Readwise API.
Scores are editorial opinions as of 2026-03-06.