Skip to main content

Balance API

Check your account credit balance using your API key.

Endpoint

GET /api/v1/balance

Authentication

Send your API key in the Authorization header:

Example Request

Success Response (200)

Error Responses

401 Unauthorized — Missing or invalid API key.
429 Too Many Requests — Rate limit exceeded.
500 Internal Server Error — Server error.

Response Headers