> ## Documentation Index
> Fetch the complete documentation index at: https://docs.deepdiveplatform.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Twitter (X)

> Access tweets, timelines, and search data

<Note>
  **Coming Soon** - Twitter (X) integration is currently under development.
</Note>

## Overview

The Twitter (X) integration will provide access to tweets, user timelines, and search functionality with full ML enrichment support.

## Planned Endpoints

| Endpoint                      | Description                           |
| ----------------------------- | ------------------------------------- |
| `POST /twitter/user/tweets`   | Fetch tweets from a user timeline     |
| `POST /twitter/search`        | Search tweets by keywords or hashtags |
| `POST /twitter/tweet/replies` | Get replies to a specific tweet       |

## Planned Features

<CardGroup cols={2}>
  <Card title="User Timelines" icon="user">
    Fetch recent tweets from any public account
  </Card>

  <Card title="Search" icon="magnifying-glass">
    Search tweets by keywords, hashtags, or mentions
  </Card>

  <Card title="Engagement Data" icon="heart">
    Access likes, retweets, and reply counts
  </Card>

  <Card title="ML Enrichment" icon="brain">
    Sentiment, topic, and intent analysis on tweets
  </Card>
</CardGroup>

## Stay Updated

Want to be notified when Twitter (X) integration launches? Contact us at [drubo@markopolo.ai](mailto:drubo@markopolo.ai).
