Check remaining credits for your API key
Check the remaining credit balance for your API key. This endpoint returns your current credit count and last top-up timestamp without consuming any credits.Documentation Index
Fetch the complete documentation index at: https://docs.clado.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
| credits | integer | Number of credits remaining in your account |
| last_topup_at | string or null | ISO 8601 timestamp of your last credit purchase/top-up |
| Status Code | Description |
|---|---|
| 401 | Unauthorized - API key missing or invalid |
| 404 | Not Found - Unable to retrieve credit information |
| 500 | Internal Server Error - Credit service error |
last_topup_at will be null if no credits have been purchased