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

Get Algorithms

Get available algorithms.

Get Algorithms

get

Returns the list of available forecasting algorithms. Currently one algorithm is offered (phq-xgboost) based on XGBoost.

Authorizations
AuthorizationstringRequired

Enter your PredictHQ API key. The Bearer prefix is added automatically.

When calling the API directly, send: Authorization: Bearer <YOUR_API_KEY> as documented at https://docs.predicthq.com/api/overview/authenticating

Responses
200

Successful Response

application/json
errorsstring[]Optional

List of error messages, if any.

Default: []
warningsstring[]Optional

List of warning messages, if any.

Default: []
get/v1/forecasts/algos

OpenAPI Spec

The OpenAPI spec for Forecasts API can be found here.

Guides

Last updated

Was this helpful?