Skip to main content
POST
/
Weather
/
Download
/
{providerId}
Download weather data from a provider
curl --request POST \
  --url https://api.plantpredict.terabase.energy/Weather/Download/{providerId} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123
}

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

providerId
integer
required

Query Parameters

Latitude
number
required
Longitude
number
required
Provider
integer
required
CPRVersion
string

Response

Created weather ID

id
integer
required