CreateSessionRequest
Request body for starting a session on a live call.
- callType: string · Call Id
_id requiredIdentifier of the live call to analyse. It must already be known to the platform.
- configurationType: string · Configuration Id
_id requiredUUID of the configuration to apply. Must be one of your account's active configurations.
- customerType: object · Customer Metadatanullable
_metadata 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).
- propertyType: anything
Name
- transcriptType: boolean · Transcript Eventsnullable
_events When true, transcript turns are emitted on the session's event stream alongside operator results.