Skip to main content

ZeqLivestock

Livestock health monitoring. Activity patterns, rumination cycles, heat detection, body condition scoring with HulyaPulse circadian alignment.

EndpointPOST /api/agri/livestock
Authapi-key
Rate limit15/min
Categoryagriculture

Parameters

NameTypeRequiredDescription
animalDataarrayYes[{ id, species, sensorReadings: { activity, temperature, rumination } }].

Returns

{ healthScores, alerts, heatDetection, feedOptimization, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"animalData": []
}' \
"https://zeqsdk.com/api/agri/livestock"

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-livestock.