User Timeline API
Fetch recent posts from one Twitter/X account with pagination support.
Common use case
Monitor founders, projects, competitors, journalists, and KOLs.
Query parameters
countMaximum timeline posts requested.cursorPagination token from response cursor.bottom.Example request
curl --request GET 'https://xai.xxxstrategy.com/v1/users/elonmusk/tweets?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.