GET /api/equation-study/:id
| Method | GET |
| Path | /api/equation-study/:id |
| Group | Equation Study |
| Auth | none — public endpoint |
| Source | shared/api-core/src/routes/equationStudy.ts |
Call it
curl -X GET https://zeqsdk.com/api/equation-study/:id
Public endpoint — no authentication required.
Reference
- Group: Equation Study
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.