Skip to main content

ZeqDiagnostic — Pattern Recognition

Cross-domain pattern recognition using operator coupling. Feed in multi-modal biosignal data — the framework identifies anomalies by coherence deviation from healthy baselines.

EndpointPOST /api/health/diagnostic/analyze
Authapi-key
Rate limit10/min
Categoryhealthcare

Parameters

NameTypeRequiredDescription
signalsobjectYes{ signalType: samples[] } for each modality.
baselineProfilestringNoBaseline profile ID for comparison.

Returns

{ anomalies, coherenceMap, deviationScore, confidence, operators }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"signals": {},
"baselineProfile": "<baselineProfile>"
}' \
"https://zeqsdk.com/api/health/diagnostic/analyze"

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