---
title: "Get Credits"
method: GET
path: "/v0/credits"
tags: ["Credits"]
---

# Get Credits

`GET /v0/credits`

Returns the number of available credits.

## Response `200`

Successful Response

- CreditsResponse — Response model for credits models. Attributes: id (str): The id of the users. credits (float): The credits of the users.
  - `id` string, required
  - `credits` number, required

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
