ZeqCropDisease
Crop disease detection and prediction. Spectral index analysis (NDVI/NDRE) with HulyaPulse phenology tracking, pathogen risk modeling from humidity/temperature.
| Endpoint | POST /api/agri/disease |
| Auth | api-key |
| Rate limit | 10/min |
| Category | agriculture |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
spectralData | object | No | { ndvi, ndre, evi } multispectral readings. |
cropType | string | Yes | Crop type for disease library matching. |
weather | object | No | Recent temp/humidity for pathogen modeling. |
Returns
{ diseaseRisk, detectedAnomalies, treatment, applicationWindow, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"spectralData": {},
"cropType": "<cropType>",
"weather": {}
}' \
"https://zeqsdk.com/api/agri/disease"
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-crop-disease.