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. Python Client

Python Client Library for VYSP API

The Python Client Library for VYSP API provides a convenient and powerful interface for interacting with the VYSP Security and Analytics API. It simplifies the process of making HTTP requests to the API and handling responses.

Features

  • Easy configuration of API keys and endpoints.

  • Methods for performing gate checks including both input and output validations.

  • Exception handling that provides clear error messages for API errors.

This library is designed for Python developers who need to integrate VYSP API into their applications efficiently.

PreviousSSO AuthenticationNextQuick Setup with Python Client Library