Skip to main content
POST
/
Module
/
Generator
/
ProcessKeyIVPoints
Process key IV points for module parameter derivation
curl --request POST \
  --url https://api.plantpredict.terabase.energy/Module/Generator/ProcessKeyIVPoints \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "temperature": 25,
    "irradiance": 1000,
    "shortCircuitCurrent": 1.8075018622218608,
    "mppCurrent": 1.631721,
    "openCircuitVoltage": 90.82120931811704,
    "mppVoltage": 71.22669,
    "maxPower": 116.22208583349001,
    "relativeEfficiency": 0
  },
  {
    "temperature": 25,
    "irradiance": 800,
    "shortCircuitCurrent": 1.7745452261679724,
    "mppCurrent": 1.625599,
    "openCircuitVoltage": 89.36778810038061,
    "mppVoltage": 70.10053,
    "maxPower": 113.95535146747001,
    "relativeEfficiency": 0
  },
  {
    "temperature": 35,
    "irradiance": 800,
    "shortCircuitCurrent": 1.7745452261679724,
    "mppCurrent": 1.625599,
    "openCircuitVoltage": 89.36778810038061,
    "mppVoltage": 70.10053,
    "maxPower": 113.95535146747001,
    "relativeEfficiency": 0
  },
  {
    "temperature": 45,
    "irradiance": 800,
    "shortCircuitCurrent": 1.7745452261679724,
    "mppCurrent": 1.625599,
    "openCircuitVoltage": 89.36778810038061,
    "mppVoltage": 70.10053,
    "maxPower": 113.95535146747001,
    "relativeEfficiency": 0
  },
  {
    "temperature": 45,
    "irradiance": 600,
    "shortCircuitCurrent": 1.7745452261679724,
    "mppCurrent": 1.625599,
    "openCircuitVoltage": 89.36778810038061,
    "mppVoltage": 70.10053,
    "maxPower": 113.95535146747001,
    "relativeEfficiency": 0
  }
]
'
{}

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.

Body

application/json

Response

Processed key IV points result

The response is of type object.