Step 1: Get Your API Key
First, you’ll need an API key. Sign up for a free account on the VidNavigator Developer Dashboard to get your key. Keep this key safe, as you’ll need it to authenticate all of your API requests.Step 2: Install an SDK
We provide official SDKs for Python and JavaScript to make interacting with our API as seamless as possible.Step 3: Make Your First API Call
Now you’re ready to make your first API call. Here’s a simple example that retrieves the transcript of a YouTube video. You can also use the Postman collection to make your first API call.VidNavigator uses a single transcript method for every platform. Use
get_transcript for YouTube, TikTok, X/Twitter, Facebook, Vimeo, and more — the endpoint auto-detects the platform from the URL.Python
JavaScript
Next Steps
You’ve successfully made your first API call! Here’s where you can go next:Explore the API Reference
Dive deep into all the available endpoints and their parameters.
Check out the User Guides
Follow our step-by-step guides for common use cases.

