PublicMITGrok-only
X API generic client × SlimeTree-RLM
▸ Hit any X API endpoint from one UI
X API v2 (Tweets / Users / Spaces / Lists / Trends) from one UI. Response text is post-analyzed by the RLM as D/μ/R (via Grok), with curl equivalents and history.
1. Access Token + API version
2. Templates (click to apply)
GET /2/users/me me
GET /2/users/me/tweets my posts
GET /2/tweets/search/recent search
GET /2/users/by/username get user
GET /2/users/me/followers followers
GET /2/users/me/following following
POST /2/tweets post
DELETE /2/tweets delete post
GET /2/lists get List
GET /2/spaces get Space
3. Request
Query parameters
Body (for POST, JSON)
4. Response + curl + RLM post-analysis
status: ―
time: ―
sent: 0
curl equivalent
(not sent)
Response (JSON)
(not sent)
★ Grok post-analysis (text inside the response)
Extracts text / description / name from the response and classifies them D/μ/R via the RLM. Useful for comment-spam detection, bio anomaly checks, etc.
