Skip to main content

ZeqYield

Crop yield prediction via R(t)-modulated growth models. Integrates soil, weather, satellite imagery, and historical data for field-level harvest estimates.

EndpointPOST /api/agri/yield
Authapi-key
Rate limit10/min
Categoryagriculture

Parameters

NameTypeRequiredDescription
cropTypestringYesCrop to predict.
fieldArea_hanumberYesField area.
plantingDatestringYesISO date of planting.
ndviTimeSeriesarrayNoHistorical NDVI readings.

Returns

{ predictedYield_tonnes_ha, confidence_pct, optimalHarvestDate, riskFactors, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"cropType": "<cropType>",
"fieldArea_ha": 0,
"plantingDate": "<plantingDate>",
"ndviTimeSeries": []
}' \
"https://zeqsdk.com/api/agri/yield"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-yield.