Get Algorithms
Get available algorithms.
Authorizations
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
GET /v1/forecasts/algos HTTP/1.1
Host: api.predicthq.com
Authorization: Bearer $API_KEY
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?