Styles
Analyze & cache style
Fetch and cache recent tweets from an X account for style analysis
POST
Analyze & cache style
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
Free - does not consume credits
This endpoint uses a two-tier system. If a cached style exists and is less than 7 days old, it returns cached data for free. If no cache exists or the cache is older than 7 days, it auto-refreshes from X (subscription required, consumes usage).
Headers
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Must be
application/json.Body
X username to analyze. 1-15 characters, alphanumeric and underscores only.
Response
- 200 OK (cached)
- 201 Created
- 400 Invalid Input
- 401 Unauthenticated
- 402 Subscription Required
- 429 Rate Limited
Returns cached style data when a fresh cache exists (less than 7 days old). Same response shape as 201 Created.
Normalized X username (lowercase, no
@ prefix).Number of tweets fetched and cached.
true if the user has set their X identity to this account.ISO 8601 timestamp when tweets were fetched from X.
Array of cached tweets.
If a cached style already exists for this username, it will be replaced with fresh data.
Next steps: List Styles to see all cached styles, Get Style to retrieve a specific style, or Analyze Performance to fetch engagement metrics for cached tweets.
Last modified on May 5, 2026
Analyze & cache style