Transcripts

Human-readable session transcripts.

Transcripts#

Generated from apps/server/src/routes/transcripts.ts. Do not edit by hand — run pnpm --filter @pair-protocol/web gen-docs to refresh.

Human-readable session transcripts.

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 /:id/transcript -- returns transcript for a session#

GET/api/sessions/:id/transcriptno auth

POST /:id/transcript -- regenerate transcript (auth required)#

POST/api/sessions/:id/transcriptauth: agent