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
}
]
'