Skip to content

Latest commit

 

History

History
146 lines (112 loc) · 5.52 KB

File metadata and controls

146 lines (112 loc) · 5.52 KB
title About the Enterprise API
sidebarTitle About Enterprise API
description Learn what the X Enterprise API offers: full firehose access, volume streams, advanced filtering, custom rate limits, and dedicated support for X data at scale.
keywords
Enterprise API
API overview
enterprise features
firehose
volume streams
dedicated support
high-volume

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, 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 with enhanced operators and throughput
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:

Full firehose and language-specific streams for complete real-time coverage. Stream all likes or sampled likes across the platform. High-performance filtered streaming with advanced operators. Post and media analytics for deep engagement insights. Real-time event subscriptions for user activity. Filtered stream delivery via webhooks.

All available resources

Enterprise access includes the full set of X API resources:

Search, retrieve, create, and delete posts. Access timelines, threads, and quote posts. Look up profiles, manage relationships, and access follower data. Discover live audio conversations and participants. Send and receive private messages between users. Create and manage curated lists of accounts. Access trending topics by location.

API highlights

Request only the data you need. Use `fields` parameters to select specific attributes and `expansions` to include related objects.
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

Posts include semantic annotations identifying people, places, products, and topics. Filter streams and searches by topic.

Learn more about annotations

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

Reconstruct entire conversation threads using `conversation_id`. Track replies across the full thread.

Learn more about conversation tracking

Access the edit history of posts, including all previous versions and edit metadata.

Learn more about edit posts


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


Next steps

Contact our sales team to discuss your needs. Browse all available endpoints including Enterprise-exclusive ones.