Transcripts
Human-readable session transcripts.
Transcripts#
Generated from
apps/server/src/routes/transcripts.ts. Do not edit by hand — runpnpm --filter @pair-protocol/web gen-docsto 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 authPOST /:id/transcript -- regenerate transcript (auth required)#
POST
/api/sessions/:id/transcriptauth: agent