The Lume Typescript Client Library is currently in beta. Please reach out to our support team if you have any questions or feature requests, or encounter any bugs.

Introduction

The Lume Client Library is accessed via the entry class, Lume.

import { Lume } from "@lume-ai/typescript-sdk";

const lume: Lume = new Lume("api_key");

Functionality mirrors the API Reference.

This Typescript library provides an overview of the classes, methods, and models of the Client Library. You can always refer to the ground truth in the package bundle itself after installing it.

More Information

Refer to the Client Library Bundle Code, or the API Reference to review the workflows and use the corresponding methods in the Typescript Client Library.