v6

latestOpenAPI 3.0.3raw.githubusercontent.com2025-03-0663270.5 KB
Version1.User

Account balance

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

get/v1/user/balance

Headers

Organizationstring

Allows for requests to be scoped to an organization other than the user's default. If not provided, the user's default organization will be used.

Stability-Client-IDstring

Used to identify the source of requests, such as the client application or sub-organization. Optional, but recommended for organizational clarity.

Stability-Client-Versionstring

Used to identify the version of the application or service making the requests. Optional, but recommended for organizational clarity.

Response

OK response.

creditsnumber double required

The balance of the account/organization associated with the API key

Example response

{
  "credits": 0.07903292496944721
}