You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-api/introduction.mdx
+71-90Lines changed: 71 additions & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,100 +1,87 @@
1
1
---
2
-
title: Introduction
2
+
title: "Introduction"
3
3
---
4
4
5
5
import { Button } from"/snippets/button.mdx"
6
6
7
7
The X API enables programmatic access to X in unique and advanced ways. Tap into core elements of X like: Posts, Direct Messages, Spaces, Lists, users, and more.
X API v2 is ready for prime time! We recommend that the majority of developers start to think about migrating to v2 of the API, and for any new users to get started with v2. Why migrate?
24
-
25
-
<CardGroupcols={2}>
26
-
<Cardtitle="New and more detailed data objects"icon="database"href="/x-api/fundamentals/data-dictionary" />
24
+
X API v2 is ready for prime time\! We recommend that the majority of developers start to think about migrating to v2 of the API, and for any new users to get started with v2. Why migrate?
27
25
28
-
<Cardtitle="New parameters to request objects and fields"href="/x-api/fundamentals/data-dictionary#how-to-use-fields-and-expansions"icon="sliders" />
<Cardtitle="Receive and filter data with contextual post annotations"icon="comment-dots"href="/x-api/fundamentals/post-annotations">
37
+
38
+
</Card>
39
+
<Cardtitle="Filter on and identify which posts belong to a reply thread"icon="reply"href="/x-api/fundamentals/conversation-id">
40
+
41
+
</Card>
42
+
<Cardtitle="And much more..."icon="plus"href="/x-api/getting-started/about-x-api">
43
+
44
+
</Card>
37
45
</CardGroup>
38
46
39
47
## Access Levels
40
48
41
49
### Free
42
50
43
-
* For write-only use cases and testing the X API
44
-
45
-
* Low rate-limit access to v2 posts and media upload endpoints
46
-
47
-
* 1,500 Posts per month - posting limit at the app level
48
-
49
-
* 1 Project, 1 App per Project, 1 Environment
50
-
51
-
* Login with X, Access to Ads API
52
-
53
-
* Cost: Free
51
+
- For write-only use cases and testing the X API
52
+
- Low rate-limit access to v2 posts and media upload endpoints
53
+
- 500 Posts per month - posting limit at the app level
54
+
- 1 Project, 1 App per Project, 1 Environment
55
+
- Login with X, Access to Ads API
56
+
- Cost: Free
54
57
55
58
### Basic
56
59
57
-
* For hobbyists or prototypes
58
-
59
-
* Low-rate limit access to suite of v2 endpoints
60
-
61
-
* 3,000 Posts per month (user level), 50,000 Posts per month (app level)
62
-
63
-
* 10,000/month Posts read-limit rate cap
64
-
65
-
* 1 Project, 2 Apps per Project
66
-
67
-
* Login with X, Access to Ads API
68
-
69
-
* Cost: $200 per month
60
+
- For hobbyists or prototypes
61
+
- Low-rate limit access to suite of v2 endpoints
62
+
- 3,000 Posts per month (user level), 50,000 Posts per month (app level)
63
+
- 10,000/month Posts read-limit rate cap
64
+
- 1 Project, 2 Apps per Project
65
+
- Login with X, Access to Ads API
66
+
- Cost: $200 per month
70
67
71
68
### Pro
72
69
73
-
* For startups scaling their business
74
-
75
-
* Rate-limited access to suite of v2 endpoints, including search and filtered stream
76
-
77
-
* 1,000,000 Posts per month - GET at the app level
78
-
79
-
* 300,000 Posts per month - posting limit at the app level
80
-
81
-
* 1 Project, 3 Apps per Project
82
-
83
-
* Login with X, Access to Ads API
84
-
85
-
* Cost: $5,000 per month
70
+
- For startups scaling their business
71
+
- Rate-limited access to suite of v2 endpoints, including search and filtered stream
72
+
- 1,000,000 Posts per month - GET at the app level
73
+
- 300,000 Posts per month - posting limit at the app level
74
+
- 1 Project, 3 Apps per Project
75
+
- Login with X, Access to Ads API
76
+
- Cost: $5,000 per month
86
77
87
78
### Enterprise
88
79
89
-
* For businesses and scaled commercial projects
90
-
91
-
* Commercial-level access that meets your and your customer's specific needs
92
-
93
-
* Managed services by a dedicated account team
94
-
95
-
* Complete streams: replay, engagement metrics, backfill, and more features
96
-
97
-
* Cost: Monthly subscription tiers
80
+
- For businesses and scaled commercial projects
81
+
- Commercial-level access that meets your and your customer's specific needs
82
+
- Managed services by a dedicated account team
83
+
- Complete streams: replay, engagement metrics, backfill, and more features
84
+
- Cost: Monthly subscription tiers
98
85
99
86
<Buttonhref="/x-api/getting-started/about-x-api">
100
87
More on v2 access levels
@@ -105,32 +92,28 @@ X API v2 is ready for prime time! We recommend that the majority of developers s
105
92
Interested in migrating your current integration to X API v2? Check out our migration hub for resources that will help you understand what is different between v2 and previous versions, including the data formats. You can also access migration guides for each endpoint listed in the new v2 endpoint sections.
106
93
107
94
<divclassName="flex space-x-2.5">
108
-
<Buttonhref="/x-api/migrate/overview">
109
-
Learn more
110
-
</Button>
95
+
<Buttonhref="/x-api/migrate/overview">
96
+
Learn more
97
+
</Button>
98
+
99
+
<Buttonhref="/x-api/migrate/x-api-endpoint-map">
100
+
X API endpoint map
101
+
</Button>
111
102
112
-
<Buttonhref="/x-api/migrate/x-api-endpoint-map">
113
-
X API endpoint map
114
-
</Button>
115
103
</div>
116
104
117
-
***
105
+
---
118
106
119
107
## What to build
120
108
121
109
Check out our 'what to build" page to learn more about:
122
110
123
-
* Moderate conversations for health and safety
124
-
125
-
* Enable creation and personal expression
126
-
127
-
* Measure and analyze "what's happening"
128
-
129
-
* Improve community experiences
130
-
131
-
* Curate and recommend content
132
-
133
-
* Impact the greater good
111
+
- Moderate conversations for health and safety
112
+
- Enable creation and personal expression
113
+
- Measure and analyze "what's happening"
114
+
- Improve community experiences
115
+
- Curate and recommend content
116
+
- Impact the greater good
134
117
135
118
<Buttonhref="/x-api/what-to-build">
136
119
What to build
@@ -140,25 +123,23 @@ Check out our 'what to build" page to learn more about:
140
123
141
124
Go from zero to "Hello World" with the help of these resources, tools, and libraries.
0 commit comments