Readwise

Readwise makes it easy to revisit and learn from your ebook & article highlights.

Go to site
Explore
/
Apps
/
Readwise

Readwise API Integrations

Build and run workflows using the Readwise API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

The Readwise API is an amazing resource for building powerful applications that use Readwise's unique data and insights. Using the Readwise API, you can build applications that:

  • Retrieve annotations and highlights from any book or article you’ve read using Readwise.
  • Analyze and visualize insights from your annotations and highlights.
  • Perfoerm sentiment analysis on the data to identify topics.
  • Create interactive books or articles to help you better understand what you’ve read.
  • Permalink any highlight or annotation you’ve saved through Readwise.
  • Create reading lists and summaries.
  • Send custom alerts and notifications when certain topics or keywords appear in your highlights and annotations.
  • Create summary and progress reports for books or articles you’re reading.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    readwise: {
      type: "app",
      app: "readwise",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://readwise.io/api/v2/books/`,
      headers: {
        "Authorization": `${this.readwise.$auth.accesss_token}`,
      },
    })
  },
})
Get Highlight Details with Readwise API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Readwise
 
Try it
Send Message (Advanced) with Discord Webhook API on New Highlights from Readwise API
Readwise + Discord Webhook
 
Try it
Get Highlight Details with Readwise API on New Message from Discord API
Discord + Readwise
 
Try it
Get Highlight Details with Readwise API on New Message in Channel from Discord Bot API
Discord Bot + Readwise
 
Try it
Get Highlight Details with Readwise API on New Submission from Typeform API
Typeform + Readwise
 
Try it
New Highlights from the Readwise API

Emit new Highlight

 
Try it
Get Highlight Details with the Readwise API

Get Highlight´s Details See the docs here

 
Try it
List Highlights with the Readwise API

A list of highlights with a pagination metadata. The rate limit of this endpoint is restricted to 20 requests per minute. Each request returns 1000 items. See the docs here

 
Try it

Authentication

Readwise uses API keys for authentication. When you connect your Readwise account, Pipedream securely stores the keys so you can easily authenticate to Readwise APIs in both code and no-code steps.

To connect Readwise with Pipedream,