Installation
Quick Start
Environment Variables
| Variable | Description |
|---|---|
VIDEODB_API_KEY | Your API key from console.videodb.io |
TypeScript Support
Full TypeScript definitions are included. No additional packages needed.Module Formats
Both ESM and CommonJS are supported:Basic Usage
Server Side
Use the full SDK on your backend to manage sessions, run AI pipelines, and handle webhooks. Your API key should never be exposed to the browser.Client Side
For real-time desktop capture, install the Capture SDK on your client application. It uses short-lived tokens instead of your API key.Capture SDK Overview
Learn how to integrate real-time screen, audio, and camera capture into your application