curl --request GET \
--url https://api.rewind.rest/v1/reading/highlights \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"text": "The question is not whether AI will transform society, but how quickly institutions can adapt.",
"note": "Key thesis",
"position": 1,
"chapter": null,
"page": null,
"created_at": "2026-03-19T08:10:00.000Z",
"article": {
"id": 42,
"title": "The Age of AI",
"author": "Derek Thompson",
"domain": "theatlantic.com",
"url": "https://www.theatlantic.com/technology/archive/2025/the-age-of-ai",
"instapaper_url": "https://www.instapaper.com/read/1234567",
"instapaper_app_url": "instapaper://read/1234567"
}
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 312,
"total_pages": 16
}
}Returns all highlights newest first, with parent article context.
curl --request GET \
--url https://api.rewind.rest/v1/reading/highlights \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"text": "The question is not whether AI will transform society, but how quickly institutions can adapt.",
"note": "Key thesis",
"position": 1,
"chapter": null,
"page": null,
"created_at": "2026-03-19T08:10:00.000Z",
"article": {
"id": 42,
"title": "The Age of AI",
"author": "Derek Thompson",
"domain": "theatlantic.com",
"url": "https://www.theatlantic.com/technology/archive/2025/the-age-of-ai",
"instapaper_url": "https://www.instapaper.com/read/1234567",
"instapaper_app_url": "instapaper://read/1234567"
}
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 312,
"total_pages": 16
}
}Documentation Index
Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt
Use this file to discover all available pages before exploring further.
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
x >= 11
1 <= x <= 5020