Get Algorithms
Get available algorithms.
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/authentication
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
/v1/forecasts/algosGET /v1/forecasts/algos HTTP/1.1
Host: api.predicthq.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"errors": [
"text"
],
"warnings": [
"text"
],
"results": [
{
"algo": "phq-xgboost",
"description": "text",
"status": "current"
}
]
}OpenAPI Spec
The OpenAPI spec for Forecasts API can be found here.
Guides
Last updated
Was this helpful?