curl --request GET \
--url https://api.rewind.rest/v1/reading/articles/{id} \
--header 'Authorization: Bearer <token>'{
"id": 42,
"title": "The Age of AI",
"author": "Derek Thompson",
"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",
"domain": "theatlantic.com",
"site_name": "The Atlantic",
"description": "How artificial intelligence is reshaping every industry.",
"word_count": 3200,
"estimated_read_min": 13,
"status": "finished",
"progress": 1,
"starred": true,
"rating": null,
"tags": [
"technology",
"ai"
],
"source": "instapaper",
"image": null,
"saved_at": "2026-03-18T14:30:00.000Z",
"started_at": "2026-03-19T08:00:00.000Z",
"finished_at": "2026-03-19T08:15:00.000Z",
"excerpt": null,
"content": null,
"highlights": [
{
"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"
}
]
}Returns a single article with its embedded highlights.
curl --request GET \
--url https://api.rewind.rest/v1/reading/articles/{id} \
--header 'Authorization: Bearer <token>'{
"id": 42,
"title": "The Age of AI",
"author": "Derek Thompson",
"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",
"domain": "theatlantic.com",
"site_name": "The Atlantic",
"description": "How artificial intelligence is reshaping every industry.",
"word_count": 3200,
"estimated_read_min": 13,
"status": "finished",
"progress": 1,
"starred": true,
"rating": null,
"tags": [
"technology",
"ai"
],
"source": "instapaper",
"image": null,
"saved_at": "2026-03-18T14:30:00.000Z",
"started_at": "2026-03-19T08:00:00.000Z",
"finished_at": "2026-03-19T08:15:00.000Z",
"excerpt": null,
"content": null,
"highlights": [
{
"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"
}
]
}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.
"42"
Article detail
Show child attributes