v1

latestOpenAPI 3.0.02026-07-2493247.1 KB
Video 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:

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.