Welcome to VidNavigator API
The VidNavigator Developer API provides programmatic access to advanced video intelligence capabilities including transcription, analysis, and semantic search across YouTube videos and uploaded content.OpenAPI Specification
View the complete OpenAPI 3.0 specification
Get Started
Quick start guide for making your first API call
Authentication
All API endpoints require authentication using an API key passed in theX-API-Key
header:
Base URL
The API is available at:Error Handling
The API uses standard HTTP status codes and returns structured error responses:Common Error Codes
Status Code | Error Type | Description |
---|---|---|
400 | bad_request | Invalid request parameters |
401 | unauthorized | Missing or invalid API key |
402 | payment_required | Payment required or exceeded quota |
403 | access_denied | Insufficient permissions |
404 | not_found | Resource not found |
429 | rate_limit_exceeded | Rate limit exceeded |
500 | internal_server_error | Server error |