> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-1f9c86df.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-1f9c86df/4fmUL96INg0FoJuM/icons/xds/icon-coins.svg?fit=max&auto=format&n=4fmUL96INg0FoJuM&q=85&s=572b9d30e3db7fc349566ba81dbdb92b" 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-1f9c86df/_PDA2bZlEJbu9HqG/icons/xds/icon-bank.svg?fit=max&auto=format&n=_PDA2bZlEJbu9HqG&q=85&s=0e5fe6647c62d6483b474141aa0b780f" 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-1f9c86df/tmBLRadSn0TgaPV5/logo/logo.svg?fit=max&auto=format&n=tmBLRadSn0TgaPV5&q=85&s=183677a712ced508ca9766ec3d917902" 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-1f9c86df/2sgWa0Y3rKLr2QPl/icons/xds/icon-rocket.svg?fit=max&auto=format&n=2sgWa0Y3rKLr2QPl&q=85&s=d65813cd4c579a64b721a33c337696a3" 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-1f9c86df/4fmUL96INg0FoJuM/icons/xds/icon-code.svg?fit=max&auto=format&n=4fmUL96INg0FoJuM&q=85&s=5736874dfc262f19f544bba4365ac48a" 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-1f9c86df/_PDA2bZlEJbu9HqG/icons/xds/icon-book.svg?fit=max&auto=format&n=_PDA2bZlEJbu9HqG&q=85&s=b974815616ba0a466e6ee8d81640f896" 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-1f9c86df/tNhW8jnc_pq-lmbH/icons/xds/icon-wrench.svg?fit=max&auto=format&n=tNhW8jnc_pq-lmbH&q=85&s=6d164ce4ad35b45047d02c0556bb974a" 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-1f9c86df/4fmUL96INg0FoJuM/icons/xds/icon-chat-unread.svg?fit=max&auto=format&n=4fmUL96INg0FoJuM&q=85&s=91f9292cc6c70665babc270e482ac102" 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-1f9c86df/_PDA2bZlEJbu9HqG/icons/xds/icon-ai-agents.svg?fit=max&auto=format&n=_PDA2bZlEJbu9HqG&q=85&s=e499f8a7b34906533f9b75d3279ee5c5" 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>
