Screenshot Platform

用量

查询当前用户月度截图用量与计划状态。

端点

GET /v1/usage

需要登录会话认证。

响应示例

{
  "plan": "free",
  "status": "active",
  "screenshotsUsedThisMonth": 42,
  "screenshotsPerMonth": 100,
  "currentPeriodStart": "2026-05-01T00:00:00.000Z",
  "currentPeriodEnd": "2026-06-01T00:00:00.000Z"
}

控制台概览 可查看可视化用量卡片。

On this page