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.

Authentication

All API endpoints require authentication using an API key passed in the X-API-Key header:
X-API-Key: YOUR_API_KEY
Get your API key from the VidNavigator Developer Dashboard.

Base URL

The API is available at:
https://api.vidnavigator.com/v1

Error Handling

The API uses standard HTTP status codes and returns structured error responses:
{
  "status": "error",
  "error": "error_type",
  "message": "Human readable error message"
}

Common Error Codes

Status CodeError TypeDescription
400bad_requestInvalid request parameters
401unauthorizedMissing or invalid API key
402payment_requiredPayment required or exceeded quota
403access_deniedInsufficient permissions
404not_foundResource not found
429rate_limit_exceededRate limit exceeded
500internal_server_errorServer error

API Categories