This guide will walk you through the essential steps to start using the VidNavigator API with our official SDKs.Documentation Index
Fetch the complete documentation index at: https://docs.vidnavigator.com/llms.txt
Use this file to discover all available pages before exploring further.
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 has separate endpoints for YouTube and other platforms. Use
get_youtube_transcript for YouTube videos and get_transcript for other platforms like TikTok, X/Twitter, etc.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.

