ZeqDigitalTwin
Factory digital twin synchronization. Real-time virtual factory state mirroring at Zeqond intervals, what-if simulation, downtime prediction.
| Endpoint | POST /api/mfg/digital-twin |
| Auth | api-key |
| Rate limit | 10/min |
| Category | manufacturing |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
assetStates | array | Yes | [{ assetId, sensorData, status }] |
scenario | object | No | What-if scenario parameters. |
Returns
{ twinState, oee_pct, bottlenecks, downtimePrediction, scenarioResult, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"assetStates": [],
"scenario": {}
}' \
"https://zeqsdk.com/api/mfg/digital-twin"
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-digital-twin.