Usage
Current public usage and diagnostics endpoints
By YT2Text Team • Published January 20, 2025 • Updated March 22, 2026
Usage API
Usage endpoints live under /api/v1/usage.
Important Note
These endpoints expose current quota counters and persisted processing-job analytics where available. They are useful for integrations and diagnostics, but billing and quota enforcement remain the source of truth for invoicing and access decisions.
Endpoints
GET /api/v1/usage/currentGET /api/v1/usage/historyGET /api/v1/usage/analyticsGET /api/v1/usage/limits
GET /api/v1/usage/current
Returns a current-period payload with:
current_periodrate_limitsendpoint_breakdowncost_projection
GET /api/v1/usage/history
Query params:
start_dateend_dategranularitylimit
Returns:
periodssummaryquery_info
GET /api/v1/usage/analytics
Returns persisted-job analytics sections like:
trendspatternspredictionsoptimization_suggestionstop_endpoints
GET /api/v1/usage/limits
Returns the current rate-limit view with:
rate_limitswarningsrecommendations
For actual enforced request throttling and plan quotas, use the Rate Limits reference.