Reloadpi eSIM Purchase Schema Info is a paid API for AI agents from api.reloadpi.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).
Returns the exact request format, required fields, pricing range, and example payload for purchasing an eSIM via POST /esims/purchase
Reloadpi — eSIM purchase schema and instructions. Returns the exact request format, pricing range, and example for POST /esims/purchase. The purchase charges the final price shown by /esims/offers.
Returns the complete request schema for POST /esims/purchase including required fields, data types, pricing range, and a concrete example payload showing how to structure an eSIM purchase request.
GEThttps://api.reloadpi.com/api/catalog/esims/purchase/infoUse this endpoint before attempting to call POST /esims/purchase to discover the exact required fields, validate your intended payload structure, and see a working example. Prefer this over guessing schema fields or checking external docs.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"body": {
"offerId": "ESIM-AT-1D-UNLIMITED-NOROAM"
},
"method": "POST",
"payment": "x402 — exact USDC amount returned in 402, fetched live per offerId",
"endpoint": "POST /api/catalog/esims/purchase",
"response": {
"ok": true,
"iccid": "8944422711118437246",
"qrCode": "base64encodedpng",
"status": "SUCCESS",
"txHash": "0x... — use for lost-200 recovery",
"orderId": "uuid — use for polling and refund",
"pollUrl": null,
"qrCodeUrl": "data:image/png;base64,...",
"transactionId": "upstream-uuid",
"fulfillment_deadline": "ISO timestamp"
},
"workflow": [
"1. GET /api/catalog/esims/offers — browse plans, pick an offerId",
"2. GET /api/catalog/esims/offers/:offerId — confirm exact price",
"3. POST /api/catalog/esims/purchase — send { offerId }, handle 402 with exact USDC, retry with payment header"
],
"bodyParams": {
"iccid": {
"type": "string",
"required": false,
"description": "For top-up/recharge of existing eSIM only"
},
"offerId": {
"type": "string",
"required": true,
"description": "eSIM offer ID from GET /esims/offers"
}
},
"priceRange": "$1.75–$111 depending on plan",
"contentType": "application/json"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"