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
Example response
{
"article": {
"contents": [
{
"inlineStyleRanges": [
{
"style": "Bold"
}
]
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.