Skip to main content

Creates new processing session

Creates new processing session

Request Body
  • ownerUserId string required

    user identifier of the owner of the session

  • speakerNames object required

    Dictionary of all participants and their first names. Needs to include mapping for the ownerUserId.

  • property name* string
  • speakerPronouns object

    Dictionary of all participants and their pronouns. If participant pronoun is unknown, then it's omitted from the dictionary. Otherwise it can have value "MasculineHim" (standing for He/Him/His), "FeminineHer" (She/Her/Hers) and "NeutralThem" (They/Them/Theirs). Specifying participant's pronoun improves AI insights accuracy.

  • property name* string
  • speakerGenders object

    Deprecated - replaced by speakerPronouns.

  • property name* string
  • recordingUrl string required

    URL to the recording to process. It can be either a signed URL from the recording-url endpoint or a public URL.

  • sessionType SessionType

    Possible values: [Intake, Standard, Soap, Dap, Girp, Birp, Mse, Emdr, PsychiatricSoap, PsychiatricIntake, GpSoap, Bps, HeadwaySoap]

    Default value: Standard

    Type of the session.

  • participantsType ParticipantsType

    Possible values: [Individual, Couple, DictatedNotes]

    Default value: Individual

    Type of the participants.

Responses

Session was initiated and processing started.


Schema
  • processingId string required
Loading...