Tweet Detail API
Fetch one Twitter/X post by tweet id for enrichment, alert verification, and agent context windows.
Common use case
Resolve a detected post into structured data before an agent summarizes or acts on it.
Example request
curl --request GET 'https://xai.xxxstrategy.com/v1/tweets/20' \
--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.