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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
balance: Current number of API credits available, value in cents (0.01 USD = 1 credit)