ZeqSoil
Soil composition and nutrient analysis. NPK levels, pH mapping, organic matter content, microbial activity index — all HulyaPulse-timestamped for temporal tracking.
| Endpoint | POST /api/agri/soil |
| Auth | api-key |
| Rate limit | 15/min |
| Category | agriculture |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sensorReadings | object | Yes | { nitrogen, phosphorus, potassium, pH, moisture, ec }. |
location | object | No | { lat, lng } for regional calibration. |
Returns
{ npkRatio, phLevel, organicMatter_pct, fertilizerRecommendation, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sensorReadings": {},
"location": {}
}' \
"https://zeqsdk.com/api/agri/soil"
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-soil.