Zia Services JavaScript SDK

Zia is a Catalyst service that offers you a suite of AI and ML powered microservices that you can incorporate in your Catalyst application. These components help detect, process, or predict data that can be highly beneficial in various aspects of your business, such as in understanding your customers better, fetching valuable insights, identifying trends with your existing datasets, analyzing and extracting information from images or documents, and so much more.

Prerequisites

You will need to install the following package to be able to use the SDK methods of Zia components.

copy
npm install @zcatalyst/zia
Info: Ensure that you have applied the required authentication configuration to use the SDK methods of this component.

Import Requirement

You will need to import the following modules to use the SDK methods of Zia service’s components.

copy
const { Zia } = require('@zcatalyst/zia'); //Zia module

List of SDK Methods

The following table provides you with the list of Zia service’s operations that you can perform through code using the Zia JavaScript SDK.

Category SDK Method Required Scope
General Operations Get Zia Instance No requirement
Zia Operations Admin

Last Updated 2026-07-02 14:51:41 +0530 IST