v1

latestOpenAPI 3.0.1MIT2026-07-26589101.4 KB

get article by tweet id. cost 100 credit per article

get/twitter/article

Query parameters

tweet_idstring string required

The tweet id of the article.eg. 1905545699552375179

Response

Article response

status'success' | 'failed'

Status of the request.success or error

messagestring

Message of the request.error message

Example response

{
  "article": {
    "contents": [
      {
        "inlineStyleRanges": [
          {
            "style": "Bold"
          }
        ]
      }
    ]
  }
}