Gemini Pro subscriptions, mail accounts and premium codes — ordered over HTTP, delivered in the same response. No stock to hold, no suppliers to chase.
Base URL https://api.geminipro7.store — every request carries the header X-API-Key.
# Everything you need to place an order curl -X POST https://api.geminipro7.store/order \ -H "X-API-Key: hd_your_key_here" \ -H "Content-Type: application/json" \ -d '{"service_id":"gp_1","quantity":1}'
Do these in order — each one depends on the last.
Open the bot, go to Profile → API and create a key. It starts with hd_.
Your wallet funds every API order. Pay in USDT, BTC or TON from the Balance tab.
/orderThe codes come back in the products array of the same response. Hand them to your buyer.
Any non-2xx response carries success: false and a plain-language error string.
| Status | Meaning | Fix |
|---|---|---|
| 401 | Key missing or wrong | Send X-API-Key with the key from Profile → API. |
| 403 | Key switched off | Regenerate it in the bot, or contact support. |
| 404 | Unknown service or order | Re-read /products — IDs change when a product is retired. |
| 429 | Too many calls | Default ceiling is 60 requests a minute. Slow down or ask for more. |
| 400 | Not enough balance, or out of stock | The message names which one. Top up, or pick another service. |