GET
/
v1
/
credits
/
balance
Get credit balance
curl --request GET \
  --url https://api.getbluma.com/api/v1/credits/balance \
  --header 'Authorization: Bearer <token>'
{
  "credits": 123,
  "tier": "free",
  "monthly_allowance": 123,
  "overage_used": 123,
  "reset_date": "2023-11-07T05:31:56Z",
  "usage": {
    "total_spent": 123,
    "average_per_video": 123
  }
}

Authorizations

Authorization
string
header
required

Use your API key in the format: Bearer bluma_live_your_api_key_here

Response

200 - application/json

Credit balance information

credits
number
tier
enum<string>
Available options:
free,
starter,
pro,
enterprise
monthly_allowance
number
overage_used
number
reset_date
string<date-time>
usage
object