API Documentation
AISpectra API Details
<GET> Job Metadata
2min
Get api/ais/v1.5/job_detail
The Job Status API allows you to fetch metadata for a given job ID.
GET
Request
Path Params
job_id
String
required
Enter uniquely created job_id received during model analysis.
Header Parameters
x-api-key
String
required
Enter your API key
Org-Id
String
required
Enter your organization key
job_id To get the Job meta data, enter the job id you recevied during model analysis.
For example, response for image classification job meta data contains e.g., attack type, encryption strategy, Input dimensions, model information, data normalization, number of attack queries, vulnerability threshold, etc.
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 20 Dec 2024

Did this page help you?