VYSP.AI Product Documentation
VYSP.AI Homepage
  • Welcome to our Documentation!
  • VYSP.AI Security Platform and API Usage Documentation
  • Basic Concepts of VYSP.AI Security API
  • Get started
    • Rules
    • Flows
    • Gates
    • Knowledge Databases
  • Using the platform
  • SSO Authentication
  • Python Client
    • Python Client Library for VYSP API
    • Quick Setup with Python Client Library
    • Demo Project (Flask/Python)
    • Documentation for Python Client Library Functions and Classes
  • TypeScript/JS Client
    • TS/JS Client Library for VYSP.AI API
    • Quick Setup with TS/JS Client Library
    • Demo Project (Next.JS)
    • Documentation for TypeScript Client Library Functions and Classes
  • JavaScript Client
    • JavaScript Client Library for VYSP API
    • Quick Setup with JavaScript Client Library
    • Demo Project (Next.JS)
    • Documentation for JavaScript Client Library Functions and Classes
Powered by GitBook
On this page
  1. JavaScript Client

JavaScript Client Library for VYSP API

The JavaScript Client Library for VYSP API provides a simple and efficient way to interact with the VYSP Security and Analytics API from JavaScript applications.

Features

  • Configurable API keys and endpoints.

  • Functions to send gate checks for both inputs and outputs.

  • Robust error handling to manage different types of API responses.

This library is ideal for JavaScript developers needing to integrate advanced security checks into their web or Node.js applications.

PreviousDocumentation for TypeScript Client Library Functions and ClassesNextQuick Setup with JavaScript Client Library