Headers
Your API key. This endpoint also accepts session cookie authentication.
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
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.