Skip to main content

Get session transcript

Provides session transcript.

Path Parameters
  • sessionId string required

    Id of session.

Query Parameters
  • deidentify boolean

    If true, transcript will be de-identified. De-identified transcript will not contain any personally identifiable information.

Responses

OK


Schema
  • utterances object[]

    List of all utterances.

  • Array [
  • text string required

    Text of the utterance.

  • start integer required

    Relative start time in milliseconds of this utterance in the recording.

  • end integer required

    Relative end time in milliseconds of this utterance in the recording.

  • speaker string required

    Speaker of the utterance. Speakers are labeled with letters, starting with 'A'.

  • words object[] required

    List of words in the utterance.

  • Array [
  • text string required

    text of the single word

  • start integer required

    Relative start time [ms] of this word occurrence in the recording

  • end integer required

    Relative end time [ms] of this word occurrence in the recording

  • ]
  • ]
  • speakerMapping object

    Mapping of transcript speaker labels to Upheal user identifiers. Each key is a speaker label as it appears in the utterances (e.g. "A", "B") and each value is the UUID of the user that speaker is mapped to. One user identifier can be assigned to multiple speakers.

  • property name* string
Loading...