Skip to main content
GET
/
credits
Get credit balance
curl --request GET \
  --url https://www.trybloom.ai/api/v1/credits \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "balance": 123,
    "unlimited": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://www.trybloom.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

workspaceId
string

Team workspace ID. Omit to check the personal workspace balance.

Minimum string length: 1

Response

OK

data
object
required