Skip to main content
Account endpoints let you monitor API usage and credit consumption. These endpoints are free and do not consume credits.

Endpoints

MethodPathDescriptionCredits
GET/v1/usageAggregated usage statistics0
GET/v1/creditsCredit balance summary0

Usage statistics

The usage endpoint provides:
  • Request counts (total, successful, failed) per API key
  • Credit consumption per key
  • Custom date range filtering with start_date and end_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.