AISpectra API Details
...
<Post> Model Analysis
Time Series

Times Series Forecasting

3min

The below parameters are for various time series forecasting attack types. To know more about the different attack input parameters see Time Series Forecasting.

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

Extraction

POST
Request
Path Params
model_id
required
String
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?