Skip to main content
The VidJutsu SDK is a typed TypeScript client generated from the OpenAPI spec. Version 1.4.0 covers the clone workflow plus discovery, download, processing, compliance, storage, and editor projects.

Install

Quick start

Create a reusable character once, then clone a video onto it.

Clone methods

Supporting methods

Authentication

The client resolves your API key in order:
  1. ExplicitcreateClient({ apiKey: "vj_live_..." })
  2. Environment variableVIDJUTSU_API_KEY
  3. Config file~/.vidjutsu/config.json (shared with the CLI)
Use a tenant-scoped key in a trusted environment. Do not place a key in a prompt, skill file, or public client bundle.