User Articles API
Fetch long-form articles from one Twitter/X account.
Common use case
Capture long-form posts for research agents and company intelligence workflows.
Query parameters
countMaximum articles requested.cursorPagination token from response cursor.bottom.Example request
curl --request GET 'https://xai.xxxstrategy.com/v1/users/elonmusk/articles?count=5' \
--header 'Authorization: Bearer tw_live_your_api_key'Related endpoint docs
Create an API key from the console to run this endpoint against live Twitter/X data.