cURL
curl --request GET \ --url https://app.triplesession.com/api/public/ai-coach/workspaces/{workspaceId}/reports/{reportId}/transcript \ --header 'Authorization: Bearer <token>'
{ "transcript": "<string>", "isFormatSupported": true }
Gets the transcript text for one AI Coach report.
Documentation IndexFetch the complete documentation index at: https://docs.triplesession.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.triplesession.com/llms.txt
Use this file to discover all available pages before exploring further.
Use the public API key generated for a workspace.
Workspace ID.
Report ID.
Report transcript.
Was this page helpful?