---
title: "Get API Usage"
method: GET
path: "/v1/usage"
tags: ["Usage"]
---

# Get API Usage

`GET /v1/usage`

Check your current API usage and remaining quota.

## Response `200`

Usage data

- UsageResponse
  - `used` integer
  - `limit` integer
  - `remaining` integer
  - `resetAt` string, date-time

## Other responses

- `401` — Invalid API key

---

[API](https://skmtc.dev/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.dev/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/revisions/b12ff2791613/schema)
