Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ Choose the access level that fits your needs.
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">
<Card title="X Chat API launched" icon="bolt" iconType="solid">
<div style={{
position: 'relative',
minHeight: '90px'
Expand All @@ -46,19 +42,25 @@ Earn free [xAI API](https://docs.x.ai) credits when you purchase X API credits
width: '40%',
maxWidth: '320px',
pointerEvents: 'none',
filter: 'grayscale(1)'
filter: 'brightness(0) invert(1) grayscale(1)'
}}>
<img src="/logo/logo.svg" alt="X logo" style={{ width: '100%' }} />
<img src="/icons/xds/icon-xchat.svg" alt="X Chat icon" style={{ width: '100%' }} />
</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>.
X Chat API & Chat XDK are live! Free on pay-per-use (limited time) — up to <span style={{fontWeight: 500, color: 'rgba(255,255,255,0.75)'}}>500 msgs/day</span>.
<br /><br />
Our official Chat XDK comes in Python, JS, Rust, Go, C# & Java.
<br /><br />
<Button href="/x-api/getting-started/pricing#owned-reads">Learn more</Button>
Build customer support bots, AI agents, and more right in X Chat.
</div>
</div>
</Card>
</div>

---

## Get started

<CardGroup cols={3}>
<Card title="Quickstart" icon="/icons/xds/icon-rocket.svg" href="/x-api/getting-started/make-your-first-request">
Get your API keys and make your first request in minutes.
Expand Down