> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-066e8699.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# About the Enterprise API — firehose, streams, and webhooks

> Overview of the X Enterprise API, including full firehose access, volume and likes streams, account activity webhooks, custom rate limits, and support.

The Enterprise API provides the highest tier of access to X data. It includes everything available in the standard X API plus exclusive high-volume endpoints, semantic embedding operators for Filtered Stream, custom rate limits, and dedicated account management for organizations that need X data at scale.

***

## What you can do

Everything in the standard X API, plus:

| Capability                       | Description                                                                                                    |
| :------------------------------- | :------------------------------------------------------------------------------------------------------------- |
| **Stream the full firehose**     | Access 100% of public posts in real-time with volume streams                                                   |
| **Stream all likes**             | Full and sampled likes streams in real-time                                                                    |
| **Advanced filtered streaming**  | Powerstream (low-latency keyword filtering)                                                                    |
| **Semantic embedding operators** | Match posts by meaning (not just keywords) using `embedding:` on Filtered Stream (Enterprise + Embedding tier) |
| **Deep engagement analytics**    | Post and media engagement metrics at scale                                                                     |
| **Account activity events**      | Real-time subscriptions for user events (posts, DMs, likes, follows)                                           |
| **Webhook delivery**             | Receive filtered stream data via webhooks                                                                      |
| **Custom rate limits**           | Elevated limits tailored to your throughput needs                                                              |
| **Dedicated support**            | Named account manager and priority issue resolution                                                            |

***

## Enterprise-exclusive endpoints

These endpoints are only available with Enterprise access:

<CardGroup cols={3}>
  <Card title="Volume Streams" icon="satellite-dish" href="/x-api/posts/volume-streams/introduction">
    Full firehose and language-specific streams for complete real-time coverage.
  </Card>

  <Card title="Likes Streams" icon="heart" href="/x-api/stream/likes-streams-introduction">
    Stream all likes or sampled likes across the platform.
  </Card>

  <Card title="Powerstream" icon="bolt" href="/x-api/powerstream/introduction">
    High-performance filtered streaming with advanced operators.
  </Card>

  <Card title="Engagement Metrics" icon="chart-bar" href="/x-api/posts/get-post-analytics">
    Post and media analytics for deep engagement insights.
  </Card>

  <Card title="Account Activity" icon="bell" href="/x-api/account-activity/introduction">
    Real-time event subscriptions for user activity.
  </Card>

  <Card title="Stream Webhooks" icon="webhook" href="/x-api/webhooks/stream/introduction">
    Filtered stream delivery via webhooks.
  </Card>
</CardGroup>

***

## All available resources

Enterprise access includes the full set of X API resources:

<CardGroup cols={3}>
  <Card title="Posts" icon="message">
    Search, retrieve, create, and delete posts. Access timelines, threads, and quote posts.
  </Card>

  <Card title="Users" icon="user">
    Look up profiles, manage relationships, and access follower data.
  </Card>

  <Card title="Spaces" icon="microphone">
    Discover live audio conversations and participants.
  </Card>

  <Card title="Direct Messages" icon="envelope">
    Send and receive private messages between users.
  </Card>

  <Card title="Lists" icon="list">
    Create and manage curated lists of accounts.
  </Card>

  <Card title="Trends" icon="arrow-trend-up">
    Access trending topics by location.
  </Card>
</CardGroup>

***

## API highlights

<Accordion title="Fields and expansions">
  Request only the data you need. Use `fields` parameters to select specific attributes and `expansions` to include related objects.

  ```bash theme={null}
  curl "https://api.x.com/2/tweets/123?tweet.fields=created_at,public_metrics&expansions=author_id&user.fields=username" \
    -H "Authorization: Bearer $TOKEN"
  ```

  [Learn more about fields →](/x-api/fundamentals/fields)
</Accordion>

<Accordion title="Post annotations">
  Posts include semantic annotations identifying people, places, products, and topics. Filter streams and searches by topic.

  [Learn more about annotations →](/x-api/fundamentals/post-annotations)
</Accordion>

<Accordion title="Engagement metrics">
  Enterprise customers get access to dedicated engagement metrics endpoints for both posts and media, providing deep analytics at scale beyond what standard public metrics offer.

  [Learn more about metrics →](/x-api/fundamentals/metrics)
</Accordion>

<Accordion title="Conversation tracking">
  Reconstruct entire conversation threads using `conversation_id`. Track replies across the full thread.

  [Learn more about conversation tracking →](/x-api/fundamentals/conversation-id)
</Accordion>

<Accordion title="Edit history">
  Access the edit history of posts, including all previous versions and edit metadata.

  [Learn more about edit posts →](/x-api/fundamentals/edit-posts)
</Accordion>

***

## Pricing

Enterprise plans are custom-tailored to your organization's needs. Pricing is based on your data volume, endpoint usage, and support requirements.

| Feature                   | Details                                             |
| :------------------------ | :-------------------------------------------------- |
| **Custom packages**       | Tailored to your specific data and throughput needs |
| **Longer-term contracts** | Predictable pricing with committed usage agreements |
| **No post read cap**      | Custom or unlimited post read volumes               |
| **Dedicated support**     | Included with all Enterprise plans                  |

[Contact sales for pricing](/forms/enterprise-api-interest)

***

## Next steps

<CardGroup cols={2}>
  <Card title="Apply for access" icon="key" href="/forms/enterprise-api-interest">
    Contact our sales team to discuss your needs.
  </Card>

  <Card title="Explore endpoints" icon="rocket" href="/x-api/posts/create-post">
    Browse all available endpoints including Enterprise-exclusive ones.
  </Card>
</CardGroup>
