Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mercury-eab3b728.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

账户管理

账户管理这里主要覆盖三类内容:认证方式、OAuth 浏览器流,以及 API Key 维度或账户维度的余额与用量查询。

认证方式

Bearer Token、Claude 兼容头、Gemini 兼容头、登录态和 OAuth 路由。

余额与用量

/api/usage/token/dashboard/billing/subscription/dashboard/billing/usage

路由清单

MethodPath说明
GET/api/oauth/state生成 OAuth state
GET/api/oauth/{provider}标准 OAuth 回调路由
GET/api/usage/token/API Key 用量与余额
GET/dashboard/billing/subscriptionOpenAI 兼容订阅/余额
GET/v1/dashboard/billing/subscription同上,带 /v1 前缀的兼容路径
GET/dashboard/billing/usageOpenAI 兼容用量
GET/v1/dashboard/billing/usage同上,带 /v1 前缀的兼容路径

推荐阅读顺序

  1. 认证方式
  2. 账户余额与用量