---
title: "Get account info"
method: GET
path: "/v1/account"
tags: ["Account"]
---

# Get account info

`GET /v1/account`

Get account information including remaining credits.

**Authentication:** API Key required (`x-api-key` header) or JWT token

**Usage:** Check credit balance before performing operations.

**No credits consumed:** This is a read-only endpoint.

**Rate Limits:** 60 requests/min (free), 120 requests/min (paid). Headers included in response.

## Response `200`

Account information

- AccountInfoResponse — Response for account info endpoint
  - `credits` integer, required — Remaining credits
  - `email` string, nullable — User email address

## Other responses

- `403` — Invalid or missing API key
- `422` — Validation Error

---

[API](https://skmtc.net/pdftemplateapi/apis/templatefox-api.md) · [All operations](https://skmtc.net/pdftemplateapi/apis/templatefox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pdftemplateapi/templatefox-api/revisions/5673fc0d5fad/schema)
