---
title: "balance"
method: GET
path: "/user/balance"
tags: ["v1alpha/user"]
---

# balance

`GET /user/balance`

Get the credit balance of the account/organization associated with the API key

## Headers

- `Authorization` string, required
- `Organization` string

## Response `200`

OK response.

- BalanceResponseBody
  - `credits` number, double, required — The balance of the account/organization associated with the API key

## Other responses

- `401` — Unauthorized: The provided API key is not valid

---

[API](https://skmtc.dev/stability-ai/apis/stability-ai-rest-api-3.md) · [All operations](https://skmtc.dev/stability-ai/apis/stability-ai-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stability-ai/stability-ai-rest-api-3/revisions/3feaa94a4ae2/schema)
