Styles
List cached Twitter writing style profiles
List cached Twitter writing-style profiles for one Xquik account. Read every X username, analyzed tweet count, ownership flag, and cache fetch timestamp.
- 200
- 401
- 429
GET
List cached Twitter writing style profiles
Free - does not consume credits
List cached Twitter writing styles
Call this endpoint to inventory the writing-style profiles in one Xquik account. Each item summarizes one cached X username. The list does not include tweet text, tone analysis, vocabulary, or engagement metrics. An empty response is valid:styles array means this Xquik account has no cached profiles. Use
Analyze & Cache Style to create one.
Read each writing style summary
Do not interpret
tweetCount as the X profile’s lifetime tweet total. It only
counts the tweet samples stored for this writing-style profile.
fetchedAt records the cache fetch time. It is not a tweet publication time,
profile update time, or writing-style creation timestamp.
Route a Twitter writing style workflow
Use the summary fields to choose the next endpoint:
The response contains no pagination cursor. Do not invent
nextCursor, page,
or total fields. Process only the summaries returned in styles.
Handle list style errors
Does list styles return the analyzed tweets?
No. This endpoint returns summaries only. Use Get Style to retrieve the stored tweet samples for one username.Why is the Twitter writing style list empty?
The authenticated Xquik account has no cached profiles. Analyze an X username first, then call this endpoint again with the same Xquik credentials.Headers
string
required
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Response
200 OK
object[]
401 Unauthenticated
429 Rate limited
Retry-After header before retrying.
Related. Analyze & Cache Style to add a new style, Get Style to fetch full tweet data for a specific style, or Compare Styles to compare two cached styles side by side.
- 200
- 401
- 429
List cached Twitter writing style profiles