Fetch Article as Markdown
Article Endpoints
Fetch Article as Markdown
Retrieves the content of an X (Twitter) article formatted as clean, valid Markdown. The response body is delivered as a raw UTF-8 string, optimized for direct import into static site generators, Obsidian, Notion, or any standard Markdown editor.
GET
Fetch Article as Markdown
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The tweet ID of the article to get.
Response
Raw Markdown string representing the article content.
The response is of type string.