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

# X Developer Platform

> X のリアルタイムなグローバルデータを活用して、構築、分析、イノベーションを実現します。投稿、ユーザー、トレンドなどに、柔軟な従量課金制のモダンな API でアクセスできます。

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>;
};

## 製品

ニーズに合ったアクセスレベルを選択してください。

<CardGroup cols={2}>
  <Card title="X API — 従量課金" icon="coins" href="/x-api/introduction">
    クレジットベースの料金体系、コミットメントなし。使った分だけお支払いいただきます。
  </Card>

  <Card title="X API — エンタープライズ" icon="building" href="/enterprise-api/introduction">
    大容量エンドポイント、専任アカウントマネジメント、カスタムレート制限。
  </Card>
</CardGroup>

<Tip>
  X API クレジットを購入すると、無料の [xAI API](https://docs.x.ai) クレジットを獲得できます — 支出額に応じて最大 20% 還元。[詳細はこちら](/x-api/getting-started/pricing#free-xai-api-credits)
</Tip>

***

## はじめる

<Card title="従量課金制の料金変更: Owned Reads 機能を搭載" icon="bolt" iconType="solid">
  <div
    style={{
position: 'relative',
minHeight: '90px'
}}
  >
    <div
      style={{
  position: 'absolute',
  top: '25%',
  left: '85%',
  transform: 'translate(-50%, -50%)',
  opacity: 0.10,
  zIndex: 0,
  width: '40%',
  maxWidth: '320px',
  pointerEvents: 'none',
  filter: 'grayscale(1)'
}}
    >
      <img src="https://mintcdn.com/x-preview-mintlify-d5730eee/DQSpOwxE8Oeyo6Ed/logo/logo.svg?fit=max&auto=format&n=DQSpOwxE8Oeyo6Ed&q=85&s=8253d69515a6cc936ab3c3872b6cd554" alt="X ロゴ" style={{ width: '100%' }} width="1200" height="1227" data-path="logo/logo.svg" />
    </div>

    <div style={{ position: 'relative', zIndex: 1 }}>
      Owned Reads を使用すると、自分のデータに低コストでアクセスできます。自分の投稿、ブックマーク、フォロワー、いいねなどのリクエストは <span style={{fontWeight: 500, color: 'rgba(255,255,255,0.75)'}}>リソースあたり \$0.001</span> です。

      <br />

      <br />

      <Button href="/x-api/getting-started/pricing#owned-reads">詳細はこちら</Button>
    </div>
  </div>
</Card>

<CardGroup cols={3}>
  <Card title="クイックスタート" icon="rocket" href="/x-api/getting-started/make-your-first-request">
    API キーを取得し、数分で最初のリクエストを送信できます。
  </Card>

  <Card title="API リファレンス" icon="code" href="/x-api/introduction">
    投稿、ユーザー、スペース、DM、リストなど、各エンドポイントを確認できます。
  </Card>

  <Card title="SDK" icon="cube" href="/tools-and-libraries">
    開発を加速する公式 Python・TypeScript SDK。
  </Card>
</CardGroup>

***

## リソース

<CardGroup cols={2}>
  <Card title="チュートリアル" icon="book" href="/tutorials">
    よくあるユースケースと連携のためのステップバイステップガイド。
  </Card>

  <Card title="ツール & ライブラリ" icon="screwdriver-wrench" href="/tools-and-libraries">
    あらゆる言語に対応した公式 SDK とコミュニティライブラリ。
  </Card>

  <Card title="デベロッパーフォーラム" icon="comments" href="https://devcommunity.x.com">
    コミュニティと X チームからサポートを受けられます。
  </Card>

  <Card title="エージェントリソース" icon="robot" href="/tools/ai">
    llms.txt、skill.md、MCP サーバー、AI 駆動開発のためのリソース。
  </Card>
</CardGroup>

***

## その他の製品

<CardGroup cols={2}>
  <Card title="X Ads API" icon="rectangle-ad" href="/x-ads-api/introduction">
    広告キャンペーン、ターゲティング、クリエイティブ、アナリティクスをプログラムで管理。
  </Card>
</CardGroup>
