Appearance
QuickTask API
QuickTask lets you remotely start checkout tasks on your running Energyzed bot from any browser or device.
How it works
- You configure QuickTask Groups in the bot (store + profile + proxy + payment defaults)
- You call the QuickTask API URL from any browser
- You authenticate via Discord (one-time, session persists)
- The API pushes the task to your bot via WebSocket
- Your bot creates and starts the checkout task instantly
API Endpoint
GET https://api.energyzed.de/qt?store=mms&url=YOUR_PRODUCT_URLParameters
| Parameter | Required | Description |
|---|---|---|
url | Yes | Full product URL |
store | No | Store shortcode (auto-detected from URL if omitted) |
size | No | Size/variant override |
Store Shortcodes
| Shortcode | Store |
|---|---|
mms, mediamarkt, saturn | MediaMarkt/Saturn |
mueller | Mueller |
lidl | Lidl |
euronics | Euronics |
hornbach | Hornbach |
coolblue | Coolblue |
alza | Alza |
elbenwald | Elbenwald |
expert | Expert |
hhv | HHV |
pagro | Pagro |
gamesisland | Games Island |
comicplanet | Comic Planet |
baur | Baur |
quelle | Quelle |
shopify | Shopify |
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=LAuthentication
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