---
title: "Get usage"
method: GET
path: "/api/v1/usage"
---

# Get usage

`GET /api/v1/usage`

Get the current API credit balance, browser session balance, and plan name.

## Cookies

- `apikey` string

## Response `200`

Successful Response

- ApiResponseUsageResponse
  - `r` UsageResponse, required
    - `api_credits` integer, nullable — Remaining API credit balance
    - `api_browser_sessions` integer, nullable — Remaining browser session balance
    - `plan` string, nullable — Current API plan name

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
