API v1.0
Check Balance
Returns the user’s current API credit balance, which includes both monthly subscription credits and any additional purchased credits. Required for monitoring usage and ensuring sufficient credits for task execution.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
balance: Current number of API credits available, value in cents (0.01 USD = 1 credit)
Was this page helpful?