Quick Start
Learn how to install and use the Zapdos JavaScript SDK for video indexing
The Zapdos SDK is an agentic video indexer that analyzes the meaning of videos to capture as much information as possible, while keeping time and inference costs low. It includes both a command-line interface (CLI) and APIs, making it easy to integrate into your applications.
After indexing, your videos are represented as compact structured JSON objects and embeddings.
Installation
Install the Zapdos SDK with npm:
npm install zapdos-js
Index Your First Video
Run the CLI to index a video:
npx zapdos index ./video.mp4
Supported Video Formats
Zapdos supports the following formats:
- MP4 (
.mp4
) - AVI (
.avi
) - MOV (
.mov
) - MKV (
.mkv
) - WMV (
.wmv
) - FLV (
.flv
) - WEBM (
.webm
) - M4V (
.m4v
) - 3GP (
.3gp
,.3g2
) - MPG / MPEG (
.mpg
,.mpeg
,.m2v
)