Skip to main content
GET
/
twitter
/
tweet
/
grok
Grok analysis of a tweet
curl --request GET \
  --url 'https://api.xshot.fun/twitter/tweet/grok?api_key='
{
  "tweet_id": "<string>",
  "summary": "<string>",
  "citations": [
    {}
  ],
  "model": "<string>",
  "conversation_id": "<string>"
}

Authorizations

api_key
string
query
required

Query Parameters

tweet_id
string
required
prompt
string

Custom question about the tweet. Defaults to a concise summary.

model
string

Grok model id. Default grok-3-latest.

Response

Grok answer

tweet_id
string
summary
string

Grok's answer (reasoning/tool-usage chunks stripped).

citations
object[]

Web sources Grok used.

model
string
conversation_id
string