v1
latestOpenAPI 3.0.02026-07-2493247.1 KBVideo Data
Retrieve a video transcript
Returns the video transcript of a test session in Web Video Text Tracks (WebVTT) format.
Compatibility:
- Sessions must be found within tests with the "STUDYV2" type and belong to one of the following product types:
- "LIVE_CONVERSATION" (non-classic live conversation)
- "THINK_OUT_LOUD" (think-out-loud test).
- Go to How to Obtain a Test ID (UUID) for details.
Best practices:
- If needed, you can copy and paste the string and save it as a text file with the VTT extension.
Use case examples:
- For an example on how to run AI analysis on transcripts with an LLM, go to Generate Video Transcript Analysis.
- For an example of how to add transcripts into an automated research data pipeline, go to Create an Automated Pipeline.
get/api/v2/sessionResults/{sessionId}/transcript
Path parameters
sessionIdstring uuid required
ID of the test session that contains the video transcript you want to retrieve.
Response
Transcript returned in WebVTT format.