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.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response
balancestringformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
monthly_credits_balancestringformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
additional_credits_balancestringformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
rate_limitinteger
plan_infomap from strings to nullable strings or booleans
authenticatedboolean or nullDefaults to true