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

# X Developer Platform

> Build, analyze, and innovate with X's real-time global data. Access posts, users, trends, and more through modern APIs with flexible pay-per-usage pricing.

export const Button = ({href, children}) => {
  return <div className="not-prose">
    <a href={href}>
      <button className="x-btn">
        <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>;
};

## Products

Choose the access level that fits your needs.

<CardGroup cols={2}>
  <Card title="X API — Pay-per-use" icon="https://mintcdn.com/x-preview-mintlify-79154f00/kUO7rkHpabVuuygA/icons/xds/icon-coins.svg?fit=max&auto=format&n=kUO7rkHpabVuuygA&q=85&s=38a2033c52f543a4cd618205ac9f2b10" href="/x-api/introduction" width="24" height="24" data-path="icons/xds/icon-coins.svg">
    Credit-based pricing with no commitments. Pay only for what you use.
  </Card>

  <Card title="X API — Enterprise" icon="https://mintcdn.com/x-preview-mintlify-79154f00/tZPqQhQqWVNhZfb4/icons/xds/icon-bank.svg?fit=max&auto=format&n=tZPqQhQqWVNhZfb4&q=85&s=079ef044ba1e0d753ec793ffac1b01db" href="/enterprise-api/introduction" width="24" height="24" data-path="icons/xds/icon-bank.svg">
    High-volume endpoints, dedicated account management, and custom rate limits.
  </Card>
</CardGroup>

<Tip>
  Earn free [xAI API](https://docs.x.ai) credits when you purchase X API credits — up to 20% back based on your spend. [Learn more](/x-api/getting-started/pricing#free-xai-api-credits)
</Tip>

***

## Get started

<div className="x-card-vertical">
  <Card title="Pay Per Use Pricing Changes: Featuring 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-79154f00/r9Vv1kOSq_-9R2e-/logo/logo.svg?fit=max&auto=format&n=r9Vv1kOSq_-9R2e-&q=85&s=9061e1984698a0d6fc708822e25ad8ef" alt="X logo" style={{ width: '100%' }} width="1200" height="1227" data-path="logo/logo.svg" />
      </div>

      <div style={{ position: 'relative', zIndex: 1 }}>
        Owned Reads let you access your own data at reduced cost. Requests for your own posts, bookmarks, followers, likes, and more are priced at <span style={{fontWeight: 500, color: 'rgba(255,255,255,0.75)'}}>\$0.001 per resource</span>.

        <br />

        <br />

        <Button href="/x-api/getting-started/pricing#owned-reads">Learn more</Button>
      </div>
    </div>
  </Card>
</div>

<CardGroup cols={3}>
  <Card title="Quickstart" icon="https://mintcdn.com/x-preview-mintlify-79154f00/BPBySRJRTccX6yEb/icons/xds/icon-rocket.svg?fit=max&auto=format&n=BPBySRJRTccX6yEb&q=85&s=713181e44effa2e3e2d347d48c29abd7" href="/x-api/getting-started/make-your-first-request" width="24" height="24" data-path="icons/xds/icon-rocket.svg">
    Get your API keys and make your first request in minutes.
  </Card>

  <Card title="API Reference" icon="https://mintcdn.com/x-preview-mintlify-79154f00/kUO7rkHpabVuuygA/icons/xds/icon-code.svg?fit=max&auto=format&n=kUO7rkHpabVuuygA&q=85&s=3fa088afff3f295970f296bbf3ac792f" href="/x-api/introduction" width="24" height="24" data-path="icons/xds/icon-code.svg">
    Explore endpoints for posts, users, spaces, DMs, lists, and more.
  </Card>

  <Card title="SDKs" icon="cube" href="/tools-and-libraries">
    Official Python and TypeScript SDKs for faster development.
  </Card>
</CardGroup>

***

## Resources

<CardGroup cols={2}>
  <Card title="Tutorials" icon="https://mintcdn.com/x-preview-mintlify-79154f00/tZPqQhQqWVNhZfb4/icons/xds/icon-book.svg?fit=max&auto=format&n=tZPqQhQqWVNhZfb4&q=85&s=9eb5fc70022c9d7ac232da08569a69e1" href="/tutorials" width="24" height="24" data-path="icons/xds/icon-book.svg">
    Step-by-step guides for common use cases and integrations.
  </Card>

  <Card title="Tools & Libraries" icon="https://mintcdn.com/x-preview-mintlify-79154f00/FnGU7NXF5xhmaqzx/icons/xds/icon-wrench.svg?fit=max&auto=format&n=FnGU7NXF5xhmaqzx&q=85&s=8d2221867de6933ab2d9407876671734" href="/tools-and-libraries" width="24" height="24" data-path="icons/xds/icon-wrench.svg">
    Official SDKs and community libraries for every language.
  </Card>

  <Card title="Developer Forum" icon="https://mintcdn.com/x-preview-mintlify-79154f00/kUO7rkHpabVuuygA/icons/xds/icon-chat-unread.svg?fit=max&auto=format&n=kUO7rkHpabVuuygA&q=85&s=fa0eb6c8b5ff9f30a4eb30a1152ea115" href="https://devcommunity.x.com" width="24" height="24" data-path="icons/xds/icon-chat-unread.svg">
    Get help from the community and X team.
  </Card>

  <Card title="Agent Resources" icon="https://mintcdn.com/x-preview-mintlify-79154f00/tZPqQhQqWVNhZfb4/icons/xds/icon-ai-agents.svg?fit=max&auto=format&n=tZPqQhQqWVNhZfb4&q=85&s=7f1740205887c10cb8fd1ec7e1617095" href="/tools/ai" width="24" height="24" data-path="icons/xds/icon-ai-agents.svg">
    llms.txt, skill.md, MCP servers, and resources for AI-powered development.
  </Card>
</CardGroup>

***

## Other products

<CardGroup cols={2}>
  <Card title="X Ads API" icon="rectangle-ad" href="/x-ads-api/introduction">
    Programmatically manage ad campaigns, targeting, creatives, and analytics.
  </Card>
</CardGroup>
