Skip to content
Live demo

GET /articles/{id}

The full text of one article, as markdown by default. The only way to read a whole post, and deliberately one article per call. Served from cache when available, otherwise fetched and extracted on demand. Use this before summarising or quoting.

GET/articles/{id}
Runs against the demo workspace
ParameterTypeRequiredDescription
idstringyesArticle id from search_articles, e.g. “art_abc123”.
formatstringno
max_charsintegernoDefault 50000, max 80000.
offsetintegernoContinue a long article from here.
StatusMeaning
200Get article
400Invalid or missing parameters.
401Missing or invalid API key.
403The key lacks the “articles:read” scope.
429Rate limit exceeded. See Retry-After.

Requires the articles:read scope.