Credits

The following endpoint can be used to see your current credit balance with Topaz API. If you would like to add more credits to your account, please visit https://topazlabs.com/my-account/subscriptions/

Get Credit Balance

get

Allows you to view your current API credit balance.

Authorizations
X-API-KeystringRequired

Authentication via the Topaz generated key in the X-API-Key header.

Responses
get
/credits/balance
GET /account/v1/credits/balance HTTP/1.1
Host: api.topazlabs.com
X-API-Key: YOUR_API_KEY
Accept: */*
200

Credit balance

{
  "available_credits": 100,
  "reserved_credits": 10,
  "total_credits": 110
}

Last updated