Skip to content

Official JavaScript and TypeScript SDK for the platform, offering a modern, type-safe client with flexible configuration and seamless API integration.

License

Notifications You must be signed in to change notification settings

nvisycom/sdk-ts

Repository files navigation

Nvisy.com SDK for TypeScript/JavaScript

npm version build

Official TypeScript SDK for the Nvisy AI-powered document processing platform.

Features

  • Modern ES2022+ JavaScript target
  • Full TypeScript support with strict typing
  • Debug logging for development
  • Individual module exports for optimal bundling

Installation

npm install @nvisy/sdk

Usage

import { Nvisy } from "@nvisy/sdk";

const nvisy = new Nvisy({
  apiToken: "your-api-token", // Required
  baseUrl: "https://api.nvisy.com", // Optional
  userAgent: "MyApp/1.0.0", // Optional
  withLogging: true, // Optional
  headers: { // Optional
    "X-Custom-Header": "value",
  },
});

const account = await nvisy.account.getAccount();
const workspaces = await nvisy.workspaces.listWorkspaces();

Changelog

See CHANGELOG.md for release notes and version history.

Contributing

See CONTRIBUTING.md for development guidelines.

License

MIT License - see LICENSE.txt for details.

Support

About

Official JavaScript and TypeScript SDK for the platform, offering a modern, type-safe client with flexible configuration and seamless API integration.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 2

  •  
  •