curl "https://api.scanova.io/plans/quota-topup-packs/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
[
{ "codename": "AI_QR_TOKENS_500", "name": "500 AI QR credits", "quota_codename": "AI_QR_TOKENS", "quota_name": "AI QR Tokens", "amount": 500, "price_usd": "9.00", "price_inr": "749.00", "expiry_days": 90 }
]
分析与套餐
列出可购买的配额充值包
GET /plans/quota-topup-packs/
GET
/
plans
/
quota-topup-packs
/
curl "https://api.scanova.io/plans/quota-topup-packs/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
[
{ "codename": "AI_QR_TOKENS_500", "name": "500 AI QR credits", "quota_codename": "AI_QR_TOKENS", "quota_name": "AI QR Tokens", "amount": 500, "price_usd": "9.00", "price_inr": "749.00", "expiry_days": 90 }
]
在 Management API 主机(
不分页——一个较小、基本静态的目录。
api.scanova.io)上列出当前可供购买的配额充值包,使用您的原始 Management API 密钥进行身份验证。
GET https://api.scanova.io/plans/quota-topup-packs/
Authorization: 401f7ac837da42b97f613d789819ff93537bee6a
curl "https://api.scanova.io/plans/quota-topup-packs/" \
-H "Authorization: 401f7ac837da42b97f613d789819ff93537bee6a"
[
{ "codename": "AI_QR_TOKENS_500", "name": "500 AI QR credits", "quota_codename": "AI_QR_TOKENS", "quota_name": "AI QR Tokens", "amount": 500, "price_usd": "9.00", "price_inr": "749.00", "expiry_days": 90 }
]
这是一个只读目录。没有任何 Management API 端点可实际购买充值包——购买需通过账户常规的付款/结账流程(仪表盘,或付款相关端点)完成,而非此处。
相关内容
- 列出您已购买的配额充值——账户实际从此目录购买的内容。
- 当前套餐——账户套餐的基础配额,充值会在此基础上增加额度。
- Management API 概览——适用于此端点的身份验证方案和配额规则。
授权
Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.
响应
200 - application/json
Available top-up packs. Not paginated.
此页面对您有帮助吗?