Styles
Save custom style
Save a custom style profile from tweet texts for use as a reference in tweet composition
PUT
Save custom 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 does not consume usage credits. No subscription required.
Path parameters
Style label used as the identifier. 1-50 characters. Must start with a letter or number. Allows letters, numbers, spaces, dots, hyphens, and apostrophes. This becomes the key for retrieving the style later.
Headers
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Must be
application/json.Body
Style label (e.g. “Professional”, “Casual”, “My Style”). Used to identify the style profile.
Array of tweet objects (1-100) that define the writing style. Each object must have a
text field.Response
- 200 OK
- 400 Invalid Input
- 401 Unauthenticated
- 429 Rate Limited
If a style with this label already exists, it will be replaced with the new data.
Next steps: List Styles to see all saved styles, Get Style to retrieve a specific style, or Compare Styles to compare two styles side by side.
Last modified on May 5, 2026
Save custom style