ReloadPiReloadPi
AI & Agent Integration

Reloadpi for AI agents

A public, no-auth catalog API that lets any AI agent browse and link to gift vouchers, mobile topups and eSIMs β€” all payable with crypto. No API key. No account. No rate-limit surprises.

Key facts
Auth required
None
Delivery
Instant
KYC
Not required
Voucher countries
60+
Topup countries
100+
Rate limit
60 req / min
Base URL
https://api.reloadpi.com

All endpoints below are relative to this base. No authentication headers required.

Endpoints
GET/ai
Discovery
API index
Entry point. Returns shop summary, accepted cryptocurrencies, and links to all catalog endpoints.
GET/ai/capabilities
Discovery
Shop capabilities
All supported countries, brands, subtypes and accepted cryptos. Check this before querying catalogs.
GET/ai/vouchers
Vouchers
Search gift vouchers
Filter by country, brand, category or free text. Each result includes a buy_url for direct checkout.
countrybrandsubTypesearchlimitoffset
GET/ai/topups
Topups
Search mobile topups
Airtime and data topups for MTN, Airtel, Glo, Vodafone and more in 100+ countries.
countrybrandsubTyperegionlimitoffset
GET/ai/esims
eSIMs
Search eSIM plans
Travel eSIM plans with global coverage. Filter by country, region or free text like '10GB 30 days'.
countryregionsqlimitoffset
Response shape

Every catalog endpoint returns a paginated list. Each item includes a buy_url linking directly to checkout β€” your agent never needs to construct URLs.

{
  "total":  148,
  "limit":  20,
  "offset": 0,
  "items": [
    {
      "offerId":   "AMAZON_US_10",
      "brand":     "Amazon",
      "country":   "US",
      "price":     { "currency": "USD", "fixed": 1000 },
      "buy_url":   "https://reloadpi.com/vouchers/offer/AMAZON_US_10"
    }
  ]
}
Accepted cryptocurrencies
BTCETHUSDTLTCXMRUSDCPi+ 290 more via NOWPayments

Also accepts USDC via Nightly Wallet on Fogo, USDT via Tron, and Pi via Pi Browser.

Partner SDK
Build your own storefront

The white-label SDK wraps the catalog API and auto-appends your referral code to every buy_url, so affiliate commissions are tracked automatically.

npm install @crossabc/reloadpi-browse-sdk
Rate limit: 60 requests / min / IP