Skip to content

QuickTask API

QuickTask lets you remotely start checkout tasks on your running Energyzed bot from any browser or device.

How it works

  1. You configure QuickTask Groups in the bot (store + profile + proxy + payment defaults)
  2. You call the QuickTask API URL from any browser
  3. You authenticate via Discord (one-time, session persists)
  4. The API pushes the task to your bot via WebSocket
  5. Your bot creates and starts the checkout task instantly

API Endpoint

GET https://api.energyzed.de/qt?store=mms&url=YOUR_PRODUCT_URL

Parameters

ParameterRequiredDescription
urlYesFull product URL
storeNoStore shortcode (auto-detected from URL if omitted)
sizeNoSize/variant override

Store Shortcodes

ShortcodeStore
mms, mediamarkt, saturnMediaMarkt/Saturn
muellerMueller
lidlLidl
euronicsEuronics
hornbachHornbach
coolblueCoolblue
alzaAlza
elbenwaldElbenwald
expertExpert
hhvHHV
pagroPagro
gamesislandGames Island
comicplanetComic Planet
baurBaur
quelleQuelle
shopifyShopify

Examples

# MediaMarkt product
https://api.energyzed.de/qt?store=mms&url=https://www.mediamarkt.de/de/product/...

# Auto-detect store from URL
https://api.energyzed.de/qt?url=https://www.mueller.de/p/some-product-123456/

# With size override
https://api.energyzed.de/qt?url=https://www.elbenwald.de/...&size=L

Authentication

The first time you visit the endpoint, you'll be redirected to Discord OAuth. After logging in once, your session persists for 4 hours. You must:

  • Be a member of the Energyzed Discord server
  • Have an active Energyzed license

Requirements

  • Bot must be running: The API sends the task to your local bot via WebSocket. If the bot is offline, you'll see an error page.
  • QuickTask Group must exist: You need at least one QT group for the target store configured in the bot's QuickTask tab.
  • Active license: Your Discord account must be linked to an active license.

Connection Status

In the bot's QuickTask tab, you'll see a green/red dot indicating whether the WebSocket connection to the API is active:

  • Green (Online): Bot is connected, remote QTs will work
  • Red (Offline): Bot is not connected (check internet, restart bot)

Rate Limits

  • 10 QuickTask requests per minute per user
  • 30 requests per minute per IP

Use Cases

  • Discord Bot Integration: Share QT links in Discord channels — members click to instantly checkout
  • Mobile: Bookmark the QT URL format on your phone for quick access
  • Browser Extensions: Create custom bookmarklets that extract the current page URL and redirect to the QT endpoint
  • Monitoring Scripts: Pair with stock monitors that redirect to the QT endpoint when a product drops