Skip to main content
GET
/
Project
/
{projectId}
/
Prediction
/
{predictionId}
/
TimeSeriesData
/
Template
Download time series CSV template
curl --request GET \
  --url https://api.plantpredict.terabase.energy/Project/{projectId}/Prediction/{predictionId}/TimeSeriesData/Template \
  --header 'Authorization: Bearer <token>'
"timestamp,value\n2024-01-01T00:00:00,\n2024-01-01T01:00:00,\n2024-01-01T02:00:00,\n"

Documentation Index

Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Path Parameters

projectId
integer
required
predictionId
integer
required

Response

CSV template file

CSV template: header row only. Fill in values per row and re-upload via POST .../TimeSeriesData to create a new time series.