Deprecated: Classify Session

Deprecated

Deprecated: Classifies a session.

Authentication

AuthorizationApi-Key

Header authentication of the form Api-Key <token>

Path parameters

sessionIdstringRequired
Session ID

Request

This endpoint expects an object.
classeslist of stringsRequired
The classes to use for classification.
namestringRequired
The name of the classifier.
instructionstringOptional
Custom instruction to use for classification.
last_nintegerOptionalDefaults to 4
The number of session messages to consider for classification. Defaults to 4.
persistbooleanOptionalDefaults to true
Deprecated

Response

A response object containing the name and classification result.
classstring or null
labelstring or null

Errors