Skip to main content

POST /api/equation-study

MethodPOST
Path/api/equation-study
GroupEquation Study
Authsession cookie
Sourceshared/api-core/src/routes/equationStudy.ts

Call it

curl -X POST https://zeqsdk.com/api/equation-study \
-H "Content-Type: application/json" \
-d '{}'

Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.

Reference