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

# エンタープライズ

> X のエンタープライズ API と Gnip 製品（PowerTrack、Decahose、Search、Engagement、Account Activity、Compliance Firehose）の概要、主なユースケース、アクセス方法をまとめて紹介します。

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <span>
          {children}
        </span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

当社のエンタープライズ API は、X のデータに依存するユーザーに対して最高レベルのアクセスと信頼性を提供します。プレミアムを超えて拡張し、より信頼性の高いアクセス、カスタマイズされたパッケージ、または長期契約が必要な場合に最適です。エンタープライズ API のアクセスには、専任のアカウントマネージャーときめ細かなテクニカルサポートが付属します。

セルフサーブプランではニーズを満たせないと判断された場合は、以下のリンクからエンタープライズ製品へのアクセスを申請できます:

<Button href="https://docs.x.com/forms/enterprise-api-interest">
  アクセスを申請する
</Button>

## 利用可能なエンドポイント

| リアルタイム                                                                           | [PowerTrack API](/x-api/enterprise-gnip-2.0/powertrack-api)                  | 発生した時点の公開 Post を完全にカバーし、幅広い演算子とルールで絞り込めます。           |
| :------------------------------------------------------------------------------- | :--------------------------------------------------------------------------- | :--------------------------------------------------- |
| [Decahose API](/x-api/enterprise-gnip-2.0/fundamentals/decahose-api)             | すべての公開 Post とそのいいねのうち、ランダムな 10% のサンプルをストリーミングします。                            |                                                      |
| :---                                                                             | :---                                                                         | :---                                                 |
| [Account Activity API](/x-api/enterprise-gnip-2.0/fundamentals/account-activity) | ユーザーを購読し、Post、ダイレクトメッセージ、いいね、フォローなど、さまざまなアクティビティを受信します。                      |                                                      |
| :---                                                                             | :---                                                                         | :---                                                 |
| 履歴                                                                               | [Search API](/x-api/enterprise-gnip-2.0/fundamentals/search-api)             | 高度なフィルタリングツールを使用して、直近 30 日間または公開 Post の全アーカイブを検索します。 |
| [Historical PowerTrack API](/x-api/enterprise-gnip-2.0/powertrack-api)           | 経済的なバッチアクセスプロセスで、公開 Post の全アーカイブをフィルタリングします。                                 |                                                      |
| インサイト                                                                            | [Engagement API](/x-api/enterprise-gnip-2.0/fundamentals/engagement-api)     | 公開 Post のインプレッションとエンゲージメントの量を測定します。                  |
| コンプライアンス                                                                         | [Compliance Firehose API](/x-api/enterprise-gnip-2.0/fundamentals/firehouse) | すべてのコンプライアンスイベントをストリーミングします。                         |
| 使用状況                                                                             | [Usage API](/x-api/enterprise-gnip-2.0/fundamentals/usage)                   | エンタープライズ製品全体でのアクティビティ消費量へのプログラムによるアクセスを提供します。        |

## 重要な概念

### Gnip コンソール

エンタープライズ製品とアカウントアクセスは、[Gnip コンソール](/x-api/enterprise-gnip-2.0/fundamentals/overview)から管理できます。

### エンリッチメント

有料ティアを利用する開発者向けに、プレミアム API のレスポンスペイロードにメタデータを追加しています。展開された URL、投票データ、プロフィールジオの詳細については、[エンリッチメントセクション](/x-api/enterprise-gnip-2.0/fundamentals/data-enrichments)をご覧ください。

### 高度なフィルタリングツール

Premium Search API では、標準の検索エンドポイントでは利用できない高度な演算子セットを利用できます。これらの演算子の多くは無料のサンドボックスユーザーにも提供されていますが、有料ティアを利用するとより堅牢な演算子セットが利用できます。詳細は、[ルールとフィルターセクション](/x-api/enterprise-gnip-2.0/fundamentals/rules-filtering#getting-started-with-enterprise-rules-and-queries)をご覧ください。

## X API v2 を探る

v2 で現在何が利用できるかに興味がありますか? ドキュメントをチェックして新機能を確認し、X API v2 への移行に役立つリソースを移行ハブで参照してください。新しい v2 エンドポイントセクションに記載されている各エンドポイントの移行ガイドにもアクセスできます。

[詳細を見る](/x-api/migrate/overview)

ヘルプが必要ですか?

サポートセクションをご覧いただくか、アカウントマネージャーまでお問い合わせのうえ、サポートチームとの連絡方法をご確認ください。

[サポート](https://developer.x.com/en/support/x-api))
