---
title: "Available Credits"
method: POST
path: "/sdk/available_credits"
tags: ["SDK"]
deprecated: true
---

# Available Credits

`POST /sdk/available_credits`

> **Deprecated.**

Check if credits are available for the given dataset type.

Uses the same credit system as the VS Code extension.
``verify_executions`` raises 402 if credits are exhausted.

## Request body

- CreditRequest
  - `dataset_type` string, required
  - `count` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
