Draws
Run giveaway draw
Checks credits, then draws winners from inspected replies and reposters. Remaining credits cap inspected candidates.
post/api/v1/draws
Request body
Example request
{
"tweetUrl": "https://x.com/elonmusk/status/1234567890",
"winnerCount": 3,
"backupCount": 2,
"uniqueAuthorsOnly": true,
"mustRetweet": true,
"mustFollowUsername": "elonmusk",
"filterMinFollowers": 50,
"filterAccountAgeDays": 30,
"filterLanguage": "en",
"requiredHashtags": [
"#giveaway"
],
"requiredKeywords": [
"entered"
],
"requiredMentions": [
"@elonmusk"
]
}Response
Draw completed
Example response
{
"id": "f4bd00a2-7b4e-4e59-8e1b-72e2c9f12345",
"tweetId": "1234567890",
"totalEntries": 250,
"validEntries": 200,
"winners": []
}