Skip to main content
GET
/
v1
/
reading
/
highlights
/
random
Random highlight
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.

Authorizations

Authorization
string
header
required

API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.

Response

Random highlight

id
number
required
text
string
required
note
string | null
required
position
number | null
required
chapter
string | null
required
page
number | null
required
created_at
string
required
article
object
required