← Tools Reference

Readwise

Readwise integration (Productivity). Imported from open-connector.

API key5 toolshttps://readwise.io/api
POST
readwise_create_highlights
Create one or more highlights in Readwise.

/v2/highlights/

1 parameter
ParamTypeRequiredDescription
highlightsarrayoptionalThe highlights to create.
GET
readwise_export_highlights
Export Readwise books and highlights updated after an optional date cursor.

/v2/export/

2 parameters
ParamTypeRequiredDescription
updatedAfterstringoptionalAn ISO 8601 datetime string accepted by Readwise.
pageCursorstringoptionalThe pagination cursor returned by a previous export response.
GET
readwise_list_books
List Readwise books or sources with optional category and update filters.

/v2/books/

5 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to return.
pageSizeintegeroptionalThe number of books to return per page.
categorystringoptionalThe Readwise highlight category such as books, articles, tweets, podcasts, or s…
updatedAfterstringoptionalAn ISO 8601 datetime string accepted by Readwise.
updatedBeforestringoptionalAn ISO 8601 datetime string accepted by Readwise.
GET
readwise_list_documents
List Readwise Reader documents with optional filters and pagination.

/v3/list/

5 parameters
ParamTypeRequiredDescription
pageCursorstringoptionalThe pagination cursor returned by a previous list response.
updatedAfterstringoptionalAn ISO 8601 datetime string accepted by Readwise.
locationstringoptionalThe Reader location filter such as new, later, shortlist, archive, or feed.
categorystringoptionalThe Reader category filter such as article, email, rss, or pdf.
tagstringoptionalOnly return documents with this tag.
PATCH
readwise_update_document
Update the location, tags, or metadata for a Readwise Reader document.

/v3/update/{documentId}/

6 parameters
ParamTypeRequiredDescription
documentIdstringrequiredThe Readwise Reader document identifier.
locationstringoptionalThe Reader location to apply to the document.
titlestringoptionalThe updated document title.
authorstringoptionalThe updated document author.
summarystringoptionalThe updated document summary.
tagsarrayoptionalThe complete tag list to set on the document.