New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@opennote-ed/video-client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opennote-ed/video-client

Opennote TypeScript SDK

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Opennote Typescript SDK

This is the Typescript SDK for the Opennote Video API. Read the documentation here and see more examples.

Installation

npm/bun/pnpm/yarn install opennote

Usage

import { OpennoteVideoClient } from "@opennote-ed/video-client";

const client = new OpennoteVideoClient({ apiKey: "your_api_key" });

// Create a video
const video = await client.video.create({
    sections: 5,
    model: "feynman2",
    messages: [{ role: "user", content: "Hello, world!" }],
});

// Get the status of a video
const status = await client.video.status(video.videoId);

Keywords

sdk

FAQs

Package last updated on 20 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts