Balance API
Check your account credit balance using your API key.Endpoint
GET/api/v1/balance
Authentication
Send your API key in theAuthorization header:
Example Request
Success Response (200)
| Field | Type | Description |
|---|---|---|
| success | boolean | Always true on success |
| credits | number | Current credit balance |
Error Responses
401 Unauthorized — Missing or invalid API key.Response Headers
| Header | Description |
|---|---|
| x-ratelimit-limit | Rate limit per window |
| x-ratelimit-remaining | Remaining requests in window |
