Skip to main content
GET
/
v1
/
usage
/
credits
Get credit balance
curl --request GET \
  --url https://api.reader.dev/v1/usage/credits \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "balance": 123,
    "limit": 123,
    "used": 123,
    "tier": "free",
    "resetAt": "2023-11-07T05:31:56Z"
  }
}
Returns your current workspace’s balance, monthly limit, used, tier, and next reset time. See Credits and billing for what each operation costs.

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Credit balance

success
enum<boolean>
required
Available options:
true
data
object
required