查詢額度

返回當前 Key 的額度資訊

GET /v1/dashboard/billing/subscription

鉴权: {'type': 'bearer', 'prefix': 'sk-', 'description': 'API Key, 使用 `Authorization: Bearer sk-xxx` 鉴权'}

相容 OpenAI 的 subscription 端點, 供第三方平臺 (如 Cherry Studio / NextChat) 識別可用額度。

响应

调用示例

curl https://api.router.ai/v1/dashboard/billing/subscription \
  -H "Authorization: Bearer sk-xxx"

API 文件