ReloadPiA 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.
All endpoints below are relative to this base. No authentication headers required.
/ai/ai/capabilities/ai/vouchers/ai/topups/ai/esimsEvery 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"
}
]
}Also accepts USDC via Nightly Wallet on Fogo, USDT via Tron, and Pi via Pi Browser.
The white-label SDK wraps the catalog API and auto-appends your referral code to every buy_url, so affiliate commissions are tracked automatically.