POST
/
api
/
v1
/
quick-help
/
sessions
/
{session_id}
/
transcript
Append Transcript User
curl --request POST \
  --url https://api.jobsim.work/api/v1/quick-help/sessions/{session_id}/transcript \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "utterances": [
    {}
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Body

application/json
utterances
Utterances · object[]
required

Response

Successful Response