---
title: "Increment Balance"
method: POST
path: "/billing/balance"
tags: ["/billing"]
---

# Increment Balance

`POST /billing/balance`

Increment the balance of a tenant

## Request body

- IncrementBalanceRequest — Request to POST /billing/credits/increment_amount request
  - `amount` number, required — Amount in $ to increment

## Response `200`

Successful Response

- EmptyResponse

## Other responses

- `422` — Validation Error

## Changes

- **2025-10-28** `c8152db45500` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/contextualai/apis/endpoints/changes/billing/balance/post.md)

---

[API](https://skmtc.dev/contextualai/apis/endpoints.md) · [All operations](https://skmtc.dev/contextualai/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/contextualai/endpoints/revisions/c8152db45500/schema)
