Forecast API Documentation
Welcome to the Energy Ocean API documentation. We have experimented with language model based methods for time series forecasting, focusing on short term electricity prices. While we are fine-tuning more refined versions of these forecasting models for future release, we have prepared a set of foundation models that can be used for univariate time series forecasting. This API allows you to generate predictions based on your historical data. The API is designed to be simple and intuitive, enabling you to quickly integrate forecasting capabilities into your applications.
Quick Start
1
Get your API key
Sign up and obtain your authentication token.
2
Prepare your data
Format your time series data as an array of floats.
3
Make predictions
Send a POST request to /predict with your data.