Session templates
Pre-built session templates with seed notes.
Session templates#
Generated from
apps/server/src/routes/templates.ts. Do not edit by hand — runpnpm --filter @pair-protocol/web gen-docsto refresh.
Pre-built session templates with seed notes.
All endpoints share the API host https://api.hyperbolic.sh. Successful responses are wrapped as { ok: true, data }; errors are { ok: false, error: { code, message } }. See Errors for the full list.
Endpoints#
GET / -- list all templates#
GET
/api/templatesno authGET /:id -- get a specific template#
GET
/api/templates/:idno auth