Chat with X (Twitter)

Ask questions about tweets and threads using AI. Analyze sentiment, context, and key messages.

Fast
Average 2s response
🛡️
Secure
Enterprise-grade
⏱️
Reliable
99.9% uptime SLA
example.js
REST API
const response = await fetch(
  'https://api.skimming.ai/chat/v1/api/website/twitter',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      file_id: 'abc123-def456-ghi789',
      question: 'What are the main points?',
      streaming: false
    })
  }
);
const data = await response.json();
console.log(data);

What's in the API

Powerful features designed to help you build amazing applications with ease.

Twitter/X Integration

Process tweets and threads from Twitter/X with full content extraction.

Thread Understanding

Analyze complete Twitter threads with context preservation across replies.

Sentiment Analysis

Understand the tone and sentiment of tweets and discussions.

Retweet Context

Track quote tweets and retweets for full conversation context.

Hashtag Analysis

Extract and analyze hashtags for topic and trend identification.

Engagement Insights

Understand engagement metrics and post performance.

Common Use Cases

See how developers are using this API to solve real-world problems.

Tweet Analysis

Analyze individual tweets and their context.

Thread Summarization

Get summaries of long Twitter threads.

Sentiment Tracking

Monitor sentiment around topics and brands.

Research Collection

Extract insights from expert Twitter threads.

News & Alerts

Track breaking updates from key accounts and summarize threads quickly.

Community Insights

Identify common questions, complaints, and themes in conversations.

Technical Specifications

Everything you need to know to integrate this API.

Endpoint

Base URL

/v1/chat/v1/api/website/twitter

HTTP Method

Request type

POST

Authentication

Security method

Bearer Token (API Key)

Rate Limit

Request limits

Based on subscription tier

Frequently Asked Questions

Haven’t got your answer? Contact our support now

How do I get started with this API?

What authentication method does this API use?

What are the required headers?

Does this endpoint support streaming?

What AI models are available?