CreateSessionRequest

Request body for starting a session on a live call.

  • call_id
    Type: string · Call Id
    required

    Identifier of the live call to analyse. It must already be known to the platform.

  • configuration_id
    Type: string · Configuration Id
    required

    UUID of the configuration to apply. Must be one of your account's active configurations.

  • customer_metadata
    Type: object · Customer Metadatanullable

    Opaque object stored with the session and echoed back, verbatim, on every webhook this session triggers. Use it to carry your own correlation reference (e.g. a CRM id).

    • propertyName
      Type: anything
  • transcript_events
    Type: boolean · Transcript Eventsnullable

    When true, transcript turns are emitted on the session's event stream alongside operator results.