Skip to main content
The VidJutsu SDK is a typed TypeScript client auto-generated from the OpenAPI spec. Every method is fully typed — request bodies, response shapes, and query parameters.

Install

Quick start

Methods

Each intelligence call counts against the endpoint’s daily rate-limit bucket. Storage methods are unmetered. See Pricing & Rate Limits for limits.

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)

Raw client

For endpoints not covered by convenience methods, or for advanced usage, access the raw openapi-fetch client:

Source