Skip to main content
GET
/
x
/
article
/
{tweet_id}
/
markdown
Fetch Article as Markdown
curl --request GET \
  --url https://api.twexapi.io/x/article/{tweet_id}/markdown \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tweet_id
string
required

The tweet ID of the article to get.

Response

Raw Markdown string representing the article content.

The response is of type string.