> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-1651816f.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="https://mintcdn.com/x-preview-mintlify-1651816f/zSMKM8auoinkH07e/icons/xds/icon-heart.svg?fit=max&auto=format&n=zSMKM8auoinkH07e&q=85&s=c73d60add5fae49e943adcfe976defad" href="/x-api/stream/likes-streams-introduction" width="24" height="24" data-path="icons/xds/icon-heart.svg">
    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="https://mintcdn.com/x-preview-mintlify-1651816f/_rwOCW1Ft9YqD8NX/icons/xds/icon-bar-chart.svg?fit=max&auto=format&n=_rwOCW1Ft9YqD8NX&q=85&s=0a5bf4142eebaf6947c813442c8be9db" href="/x-api/posts/get-post-analytics" width="24" height="24" data-path="icons/xds/icon-bar-chart.svg">
    Post and media analytics for deep engagement insights.
  </Card>

  <Card title="Account Activity" icon="https://mintcdn.com/x-preview-mintlify-1651816f/_rwOCW1Ft9YqD8NX/icons/xds/icon-bell.svg?fit=max&auto=format&n=_rwOCW1Ft9YqD8NX&q=85&s=a39b8da7436849dc868378620dd951dd" href="/x-api/account-activity/introduction" width="24" height="24" data-path="icons/xds/icon-bell.svg">
    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="https://mintcdn.com/x-preview-mintlify-1651816f/Zz1h8xEOvmhkVUM5/icons/xds/icon-chat.svg?fit=max&auto=format&n=Zz1h8xEOvmhkVUM5&q=85&s=52ed065c749311b24f3c9140bccd0c27" width="24" height="24" data-path="icons/xds/icon-chat.svg">
    Search, retrieve, create, and delete posts. Access timelines, threads, and quote posts.
  </Card>

  <Card title="Users" icon="https://mintcdn.com/x-preview-mintlify-1651816f/K-eEdCJRHhkyE869/icons/xds/icon-person.svg?fit=max&auto=format&n=K-eEdCJRHhkyE869&q=85&s=13d9e469fff413a31e93df67df935f48" width="24" height="24" data-path="icons/xds/icon-person.svg">
    Look up profiles, manage relationships, and access follower data.
  </Card>

  <Card title="Spaces" icon="https://mintcdn.com/x-preview-mintlify-1651816f/K-eEdCJRHhkyE869/icons/xds/icon-microphone.svg?fit=max&auto=format&n=K-eEdCJRHhkyE869&q=85&s=9b801b5e4c09e6ee156c533f82843326" width="24" height="24" data-path="icons/xds/icon-microphone.svg">
    Discover live audio conversations and participants.
  </Card>

  <Card title="Direct Messages" icon="https://mintcdn.com/x-preview-mintlify-1651816f/HwseckVv03g9gLf1/icons/xds/icon-envelope.svg?fit=max&auto=format&n=HwseckVv03g9gLf1&q=85&s=2f0163f5fdc6e45eaa45a6f5c0763dcb" width="24" height="24" data-path="icons/xds/icon-envelope.svg">
    Send and receive private messages between users.
  </Card>

  <Card title="Lists" icon="https://mintcdn.com/x-preview-mintlify-1651816f/Zz1h8xEOvmhkVUM5/icons/xds/icon-bulleted-list.svg?fit=max&auto=format&n=Zz1h8xEOvmhkVUM5&q=85&s=f686dc1c1c1784379f33dc7cd9623a4b" width="24" height="24" data-path="icons/xds/icon-bulleted-list.svg">
    Create and manage curated lists of accounts.
  </Card>

  <Card title="Trends" icon="https://mintcdn.com/x-preview-mintlify-1651816f/HwseckVv03g9gLf1/icons/xds/icon-feather-chart-line.svg?fit=max&auto=format&n=HwseckVv03g9gLf1&q=85&s=6b7d8021eb29c79daa94ae14422703c2" width="24" height="24" data-path="icons/xds/icon-feather-chart-line.svg">
    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="https://mintcdn.com/x-preview-mintlify-1651816f/K-eEdCJRHhkyE869/icons/xds/icon-key.svg?fit=max&auto=format&n=K-eEdCJRHhkyE869&q=85&s=fc53e9eac5ae91638903f1233c1da2a2" href="/forms/enterprise-api-interest" width="24" height="24" data-path="icons/xds/icon-key.svg">
    Contact our sales team to discuss your needs.
  </Card>

  <Card title="Explore endpoints" icon="https://mintcdn.com/x-preview-mintlify-1651816f/rjNtlhCG823pbl_G/icons/xds/icon-rocket.svg?fit=max&auto=format&n=rjNtlhCG823pbl_G&q=85&s=376338bc41870861fa495176981cfddb" href="/x-api/posts/create-post" width="24" height="24" data-path="icons/xds/icon-rocket.svg">
    Browse all available endpoints including Enterprise-exclusive ones.
  </Card>
</CardGroup>
