Get usage statistics
System
Get Usage
Retrieve credit balances, per-service activity counts, storage, and channels indexed for the authenticated user. All API operations consume credits from a shared pool — there are no per-service limits.
GET
Get usage statistics
Retrieve your credit balances, resource usage counters, storage usage, and channel indexing metrics.
Overview
All API operations consume credits from a shared credit pool — there are no per-service limits. This endpoint gives you a complete picture of your account’s consumption and remaining capacity.What’s Included
- Credits: Monthly allocation, remaining balance, and purchased credits
- Usage counters: Activity counts per resource type (informational, not individual limits)
- Storage: Used vs. allocated storage
- Channels indexed: Non-public YouTube channels indexed
- Subscription details: Plan, billing period, and status
Example Request
Success Response (200 OK)
Credits Object
| Field | Type | Description |
|---|---|---|
monthly_total | number | "unlimited" | Total monthly credits included in your plan |
monthly_remaining | number | "unlimited" | Monthly credits remaining for the current period |
purchased | number | Additional purchased credits (persist across billing periods) |
Enterprise plans return
"unlimited" for monthly_total and monthly_remaining. The shared credit pool is what limits usage — individual service counters under usage are informational only and do not impose per-service caps.Usage Counters
Theusage object shows how many resource units were used during the current period. These are activity counters — the shared credit pool is what actually limits usage.
| Counter | Description |
|---|---|
standard_request | Non-YouTube transcripts and non-proxy scraper page fetches |
residential_request | YouTube transcript retrievals and scraping requests that require residential proxies |
search_request | Video searches across YouTube or your own files |
analysis_request | Video/file analysis and AI extraction units |
video_scene_analyses | Scene analysis requests |
transcription_hour | Video/audio transcription hours processed by speech-to-text |
Channels Indexed
A hard plan limit (not credit-gated). Shows how many non-public YouTube channels you have indexed vs. your plan’s capacity.Error: No Subscription
If you don’t have an active subscription, the endpoint returns404:
Authorizations
API key authentication. Include your VidNavigator API key in the X-API-Key header.

