Draws
Create draw
Execute a giveaway draw on a tweet to select random winners
POST
Create draw
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.
Metered draw execution · source lookup, replies, optional retweeters, and optional follow checks consume credits
Remaining credits cap how many replies and retweeters Xquik can inspect before filters run.
totalEntries and validEntries describe that inspected candidate set, not necessarily every reply on the source tweet.Headers
Your API key. Session cookie authentication is also supported.
Must be
application/json.Body
Full tweet URL to run the draw on. Accepts
x.com and twitter.com formats (e.g. https://x.com/user/status/1893456789012345678).Number of winners to draw. Defaults to
1 if omitted.Number of backup winners to draw. Backup winners are selected in case primary winners are disqualified.
When
true, each author can only win once regardless of how many replies they posted.When
true, only entries from users who retweeted the original tweet are eligible.X username that entrants must follow to be eligible. The
@ prefix is stripped if included.Minimum follower count required for eligible entries.
Minimum account age in days. Accounts younger than this are excluded.
Filter entries by tweet language code (e.g.
en, tr, es).Array of keywords that must appear in the reply text. Entries missing any keyword are excluded.
Array of hashtags that must appear in the reply text. Include the
# prefix.Array of usernames that must be mentioned in the reply text. Include the
@ prefix.Response
- 201 Created
- 400 Invalid Input
- 400 Invalid Tweet URL
- 401 Unauthenticated
- 402 Subscription required
- 404 Not Found
- 424 X API Dependency Failed
- 429 Rate Limited
Draw public ID returned by Xquik.
X tweet ID extracted from the URL.
Candidate entries inspected for this draw after the credit-derived cap. This may be lower than the source tweet’s full reply count.
Entries from the inspected candidate set that passed all filters.
Selected winners and backup winners.
Next steps: Get Draw to retrieve full draw details including tweet metadata, Export Draw to download results as CSV/XLSX/Markdown, or List Draws to see your draw history.
Last modified on May 9, 2026
Create draw