Endpoints
| Method | Path | Description | Credits |
|---|---|---|---|
| GET | /v1/usage | Aggregated usage statistics | 0 |
| GET | /v1/credits | Credit balance summary | 0 |
Usage statistics
The usage endpoint provides:- Request counts (total, successful, failed) per API key
- Credit consumption per key
- Custom date range filtering with
start_dateandend_date
Credit summary
The credits endpoint returns:- Current credit balance across all keys
- Credit limits per plan
- Next reset date
These endpoints are free — use them to build dashboards or set up alerting when credits are running low.