Export
Export a full session bundle as JSON or a static site.
Export#
Generated from
apps/server/src/routes/export.ts. Do not edit by hand — runpnpm --filter @pair-protocol/web gen-docsto refresh.
Export a full session bundle as JSON or a static site.
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 /api/sessions/:id/export#
GET
/api/sessions/:id/exportno authGET /api/sessions/:id/export/site#
GET
/api/sessions/:id/export/siteno auth