Overview
Your VidNavigator plan includes a monthly credit pool shared across all API operations. Different services consume credits at different rates. You can monitor your current balance at any time by calling the/usage endpoint.
There are no per-service limits — all operations draw from the same credit pool. The activity counters shown in
/usage are informational only.Credit Costs per Service
| Service | Credit Cost | Unit |
|---|---|---|
Video Transcripts (/transcript) | 1 credit per 10,000 requests | per request |
YouTube Transcripts (/transcript/youtube) | 1 credit per 200 requests | per request |
Video Searches (/search/video, /search/file) | 1 credit per 10 searches | per search |
Video Analyses (/analyze/video, /analyze/file) | 1 credit per 100 analyses | per analysis |
Video Uploads (/upload/file, /transcribe) | 1 credit per hour of audio/video | per hour |
| Scene Analyses | 1 credit per scene analysis | per analysis |
Deduction Order
Credits are deducted in this order:- Monthly credits are consumed first
- Purchased credits cover any overflow
Plan Credit Allowances
| Plan | Monthly Credits | Storage | Indexed Channels |
|---|---|---|---|
| Trial | 5 | 5 GB | 2 |
| Navigator ($9.99/mo) | 15 | 50 GB | 3 |
| Voyager ($49.99/mo) | 80 | 500 GB | 15 |
| Odyssey (Custom) | Unlimited | Unlimited | Unlimited |
Voyager and above can purchase additional credit packs: 50 credits (100), or 1,200 credits ($300).
Service Details
Video Transcripts
Each call to
/transcript (for TikTok, X/Twitter, Facebook, etc.) costs ~0.0001 credits.YouTube Transcripts
Each call to
/transcript/youtube costs ~0.005 credits. Higher cost due to residential proxy infrastructure required for YouTube.Using
metadata_only: true bypasses the residential proxy and counts as a regular video transcript instead.Speech-to-Text Processing
/transcribe and /upload/file cost 1 credit per hour of audio/video processed.
Files uploaded via
/upload/file also count towards your storage quota.Video Analyses
Each call to
/analyze/video or /analyze/file costs ~0.01 credits.Video Searches
Each call to
/search/video or /search/file costs ~0.1 credits.Data Extraction
Each call to
/extract/video or /extract/file uses AI to extract structured data from transcripts. Credit costs depend on the extraction complexity.Hard Limits (Not Credit-Gated)
Some resources have fixed plan limits that are not deducted from your credit pool:| Resource | How It’s Enforced |
|---|---|
| Storage | Total file storage in bytes checked against your plan’s storage cap |
| Indexed Channels | Non-public YouTube channels counted live from your channel list against your plan’s cap |
YouTube vs Other Platforms
Why do YouTube transcripts cost more?YouTube requires residential proxy infrastructure for reliable access, which incurs higher costs. This is reflected in the credit rate (1 credit per 200 requests vs. 1 per 10,000 for other platforms).
Free Endpoints
The following endpoints do not consume credits:GET /files— List your uploaded filesGET /file/{file_id}— Get file info and transcriptGET /file/{file_id}/url— Get temporary file URLGET /namespaces— List namespacesPOST /namespaces— Create a namespacePUT /namespaces/{namespace_id}— Rename a namespaceDELETE /namespaces/{namespace_id}— Delete a namespacePUT /file/{file_id}/namespaces— Update file namespace assignmentsGET /health— Health checkGET /usage— Usage statistics

