POST
/
api
/
v1
/
session_labels

Authorizations

Syllable-API-Key
string
header
required

Body

application/json
session_id
integer
required

The internal ID of the session (see Session.session_id)

type
string
required

The type of the label

code
string
required

A code describing the quality of the labeled session

user_email
string
required

The email of the user who created the label

comments
string | null

Comment string describing additional details about the session

issue_categories
string[] | null

Descriptions of issues occurring in the labeled call

Response

200
application/json

A session label is associated with a given session and contains an evaluation of quality and descriptions of issues the user encountered in that session or other details.

session_id
integer
required

The internal ID of the session (see Session.session_id)

type
string
required

The type of the label

code
string
required

A code describing the quality of the labeled session

user_email
string
required

The email of the user who created the label

id
integer
required

The internal ID of the label

timestamp
string
required

The timestamp of the label creation

comments
string | null

Comment string describing additional details about the session

issue_categories
string[] | null

Descriptions of issues occurring in the labeled call