Fetches the tweet content (including any quoted tweet and attached media/videos), then uses AI to extract a rich structured analysis: the core claim, a concise search query, classification axes, topics, entities, and raw tweet data.
Classification axes (claim_type, intent, tone, emotion, authority) reflect only the original tweet text, not quoted content or media.
Billing:
VIDEO_ANALYSES credit for the AI extraction.YOUTUBE_TRANSCRIPTS / VIDEO_TRANSCRIPTS if the tweet or quoted tweet has an attached video whose transcript is retrieved.VIDEO_UPLOADS if speech-to-text fallback is used for media.final_statement that reflects what the author actually meant, not just what the raw tweet text says in isolation.claim_type, intent, tone, emotion, and authority.tweet_id for the target X post.claim_type: factual_claim, opinion, question, call_to_action, satire, news_sharing, personal_experienceintent: educate, inform, analyze, persuade, entertain, inspire, challengetone: serious, humorous, provocative, neutral, warm, skeptical, inspirationalemotion: curiosity, urgency, outrage, fear, hope_inspiration, confidence_reassurance, empathy_warmth, awe_wonderauthority: data_driven, expert_led, experience_based, speculativestatement_query field is useful when you want to take a tweet’s interpreted meaning and use it for search, fact-checking, or evidence retrieval:
final_statement for human reviewstatement_query for search and retrievaltopics and entities for clustering, tagging, or analytics| Field | Description |
|---|---|
final_statement | Full normalized claim in the author’s voice, informed by the full contextual analysis |
statement_query | Search-ready distilled version of the claim |
detailed_analysis | 3-5 sentence explanation covering claim, framing, evidence, and stance |
topics | Key subjects discussed in the tweet |
entities | Named entities such as people, organizations, or places |
tweet_text | Original text of the source tweet |
tweet_media_summary | Summary of media attached to the original tweet |
quoted_tweet_text | Text of a quoted or referenced tweet, when present |
quoted_media_summary | Summary of media attached to the quoted tweet, when present |
VIDEO_ANALYSES credits.YOUTUBE_TRANSCRIPTS or VIDEO_TRANSCRIPTS.VIDEO_UPLOADS.statement_query, topics, and entities across many tweets.502 response.tweet_media_summary and quoted_media_summary may be null.claim_type, intent, tone, emotion, and authority are based only on the original tweet text, while final_statement and media summaries reflect the broader contextual analysis.API key authentication. Include your VidNavigator API key in the X-API-Key header.
The X/Twitter tweet ID (numeric string)
"1234567890123456789"