Digital goods API

Your bot sells.
We deliver.

Gemini Pro subscriptions, mail accounts and premium codes — ordered over HTTP, delivered in the same response. No stock to hold, no suppliers to chase.

order.sh
~1sFrom request to delivered code
5Endpoints, that's the whole API
$0To start — you pay per order
Reference

Five endpoints

Base URL https://api.geminipro7.store — every request carries the header X-API-Key.

GET/meBalance and limits
GET/productsCatalogue with live stock
POST/orderBuy, get codes back
GET/order/{order_id}Re-read one order
GET/ordersPaginated history
# 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}'
Quickstart

Selling in three steps

Do these in order — each one depends on the last.

STEP 01

Get your key

Open the bot, go to Profile → API and create a key. It starts with hd_.

STEP 02

Top up

Your wallet funds every API order. Pay in USDT, BTC or TON from the Balance tab.

STEP 03

Call /order

The codes come back in the products array of the same response. Hand them to your buyer.

When things fail

Errors say what to do

Any non-2xx response carries success: false and a plain-language error string.

StatusMeaningFix
401Key missing or wrongSend X-API-Key with the key from Profile → API.
403Key switched offRegenerate it in the bot, or contact support.
404Unknown service or orderRe-read /products — IDs change when a product is retired.
429Too many callsDefault ceiling is 60 requests a minute. Slow down or ask for more.
400Not enough balance, or out of stockThe message names which one. Top up, or pick another service.

Start with one order

Create a key, top up a dollar, sell something tonight.

Open the bot