AISpectra API Details
...
<Post> Model Analysis
Tabular

Tabular Classification

3min

The below parameters are for various Tabular classification attack types. To know more about the different attack input parameters see Tabular Classification.

The values presented below are examples taken from the model used in the reference implementation. It is important to customize these values to achieve the best performance for your particular model.

Extraction
Evasion

POST
Request
Path Params
model id
required
String
Enter you model id
Header Parameters
Org_id
required
String
Enter your organization id
x-api-key
required
String
Enter your API key


Note: In the response, copy job_id. This value is required to trigger the GET APIs. See <Get> Job Metadata. The "job_id" is used to retrieve model analysis metadata and check the processing status of the request. It is also used for generating reports for the analyzed model. Copy the dashboard link from the response and open it in a new tab. This allows users to monitor the job progress and download reports.



For using Nodejs sample code, install npm package request

Given ample code for python is tested for Python version 3.7

Given Sample code for nodejs and javascript is tested for Node V20LTS 



Updated 05 Aug 2024
Doc contributor
Doc contributor
Did this page help you?