Overview
This endpoint automatically extracts rich video metadata and transcripts from online videos with high accuracy.Supported Platforms
VidNavigator can retrieve transcripts from a wide variety of sources. Below is the continuously-growing list of platforms currently supported:- YouTube
- X / Twitter (just copy the tweet video link)
- Facebook (public videos only)
- TikTok
- Dailymotion
- Loom
- Vimeo
Use Cases
Content Analysis
Extract transcripts for AI analysis, sentiment analysis, or content categorization
Search & Discovery
Enable text-based search across video content libraries
Accessibility
Generate captions and transcripts for accessibility compliance
Content Creation
Create summaries, articles, or repurpose video content
Example Usage
Limitations
https://fb.watch/<video_id>
format is not supported, use thehttps://www.facebook.com/watch/?v=<video_id>
format instead.
Troubleshooting
- Invalid URL: Ensure the video URL is complete and valid, as the actor supports only direct links from YouTube, X (a tweet), Vimeo, etc …
- Transcript Not Found: Please ensure that the video has subtitles available (either manually added or auto-generated). If no subtitles are present, the transcript cannot be extracted.
- Language Not Supported: Sometimes the selected subtitles language is not available. In which case, you will get a clear message stating that. Verify that the chosen language is available for the video. We recommand not using the language input if you are unsure. For youtube videos you can check out the available_languages field in the JSON output.
Success Response (200 OK)
Returns avideo_info
object and a transcript
object.
Authorizations
API key authentication. Include your VidNavigator API key in the X-API-Key header.
Body
application/json