Skip to content

Commit ef55d78

Browse files
authored
Update overview.mdx
Signed-off-by: tcaldwell-x <tcaldwell@twitter.com>
1 parent f2cc586 commit ef55d78

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

overview.mdx

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ import { Button } from '/snippets/button.mdx';
3838

3939
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.
4040

41-
<CardGroup cols={3}>
42-
<Card title="Quickstart" icon="rocket" href="/x-api/getting-started/make-your-first-request">
43-
Get your API keys and make your first request in minutes.
44-
</Card>
45-
<Card title="API Reference" icon="code" href="/x-api/introduction">
46-
Explore endpoints for posts, users, spaces, DMs, lists, and more.
47-
</Card>
48-
<Card title="SDKs" icon="cube" href="/tools-and-libraries">
49-
Official Python and TypeScript SDKs for faster development.
50-
</Card>
51-
</CardGroup>
52-
5341
---
5442

5543
## Products
@@ -71,6 +59,22 @@ Earn free [xAI API](https://docs.x.ai) credits when you purchase X API credits
7159

7260
---
7361

62+
## Get started
63+
64+
<CardGroup cols={3}>
65+
<Card title="Quickstart" icon="rocket" href="/x-api/getting-started/make-your-first-request">
66+
Get your API keys and make your first request in minutes.
67+
</Card>
68+
<Card title="API Reference" icon="code" href="/x-api/introduction">
69+
Explore endpoints for posts, users, spaces, DMs, lists, and more.
70+
</Card>
71+
<Card title="SDKs" icon="cube" href="/tools-and-libraries">
72+
Official Python and TypeScript SDKs for faster development.
73+
</Card>
74+
</CardGroup>
75+
76+
---
77+
7478
## Resources
7579

7680
<CardGroup cols={2}>

0 commit comments

Comments
 (0)