Skip to main content
GET
curl

Authorizations

Authorization
string
header
required

An account provisioning key. Send it as Authorization: Bearer <key>. Provisioning keys manage the account and cannot reach a model.

Response

The account's credit balance, as a decimal string.

The body of GET /v1/account/balance.

balance
string
required

The account's credit balance, as a decimal STRING — a JSON number would round it. A request for a paid model is admitted only while this is above zero; free models do not consult it.