Skip to main content

ZeqTutor

Socratic tutoring protocol. Misconception detection, scaffolded hints, knowledge graph traversal — paced at Zeqond intervals for cognitive load management.

EndpointPOST /api/edu/tutor
Authapi-key
Rate limit20/min
Categoryeducation

Parameters

NameTypeRequiredDescription
studentQuerystringYesStudent's question or work.
subjectstringYesSubject area.
levelstringNo'elementary', 'secondary', 'undergraduate', 'graduate'.

Returns

{ response, hints, misconceptions, nextConcepts, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"studentQuery": "<studentQuery>",
"subject": "<subject>",
"level": "undergraduate"
}' \
"https://zeqsdk.com/api/edu/tutor"

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