X API
X endpoints use the same asynchronous task flow as the other Agent APIs.
Submit a request, receive a
task_id, then poll GET /v1/tasks/{task_id}. Successful tasks include normalized records under results.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Collect public X profile and post data.
| API | Method | Endpoint |
|---|---|---|
| Profiles | POST | /v1/x/profiles |
| Posts | POST | /v1/x/posts |
| User Posts | POST | /v1/x/user-posts |
| Search | POST | /v1/x/search |
| Followers List | POST | /v1/x/followers-list |
| Following List | POST | /v1/x/following-list |
| Post Replies | POST | /v1/x/post-replies |
| Post Quotes | POST | /v1/x/post-quotes |
| Post Retweeters | POST | /v1/x/post-retweeters |
| Trends | POST | /v1/x/trends |
task_id, then poll GET /v1/tasks/{task_id}. Successful tasks include normalized records under results.