curl --request GET \
--url https://api.rewind.rest/v1/reading/highlights/random \
--header 'Authorization: Bearer <token>'{
"id": 77,
"text": "We have built a world where distraction is the default and attention is the exception.",
"note": null,
"position": 3,
"chapter": null,
"page": null,
"created_at": "2026-02-14T12:30:00.000Z",
"article": {
"id": 87,
"title": "Why the Internet Isn't Working",
"author": "Maxwell Zeff",
"domain": "wired.com",
"url": "https://www.wired.com/story/why-the-internet-isnt-working",
"instapaper_url": "https://www.instapaper.com/read/2345678",
"instapaper_app_url": "instapaper://read/2345678"
}
}Returns a single random highlight with article context.
curl --request GET \
--url https://api.rewind.rest/v1/reading/highlights/random \
--header 'Authorization: Bearer <token>'{
"id": 77,
"text": "We have built a world where distraction is the default and attention is the exception.",
"note": null,
"position": 3,
"chapter": null,
"page": null,
"created_at": "2026-02-14T12:30:00.000Z",
"article": {
"id": 87,
"title": "Why the Internet Isn't Working",
"author": "Maxwell Zeff",
"domain": "wired.com",
"url": "https://www.wired.com/story/why-the-internet-isnt-working",
"instapaper_url": "https://www.instapaper.com/read/2345678",
"instapaper_app_url": "instapaper://read/2345678"
}
}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.