---
title: "GET /api/v1/versions/check-creation-balance"
method: GET
path: "/api/v1/versions/check-creation-balance"
tags: ["Versions"]
---

# GET /api/v1/versions/check-creation-balance

`GET /api/v1/versions/check-creation-balance`

Checks if version creation balance is available.

## Headers

- `authorization` string, required — The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

## Response `200`

Version creation balance checked successfully.

- object
  - `availableAt` string, date-time, nullable, required
  - `canCreate` boolean, required
  - `remainingBalance` integer, required

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.dev/zaia/apis/public-api.md) · [All operations](https://skmtc.dev/zaia/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zaia/public-api/revisions/58da3b2ba49f/schema)
