For the complete documentation index, see llms.txt. This page is also available as Markdown.

Predictive

get

Retrieves predictive metrics.

Authorizations
AuthorizationstringRequired
Path parameters
metricstringRequired
  • The specific metric to predict.
Query parameters
targetstringRequired
  • The target for the prediction.
horizonstringRequired
  • The time horizon for the prediction.
confidencenumber · doubleOptional
  • The minimum confidence level for the prediction (optional).
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
200

A promise that resolves to a PredictiveMetricsAPIResponse object containing the predictive metrics.

application/json
successbooleanRequired

The success status of the operation.

messagestringRequired

The message associated with the operation.

addressstringOptional

The address associated with the operation.

get
/cookiefun/predictive/{metric}
200

A promise that resolves to a PredictiveMetricsAPIResponse object containing the predictive metrics.