Skip to main content

recieves a request to perform sentiment analysis on incomung text messages which is routed to ksentiment-api

recieves a request to perform sentiment analysis on incomung text messages which is routed to ksentiment-api

Path Parameters
    departmentUUID string required
    messageUUID string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:departmentUUID/message/:messageUUID/sentiment/predict

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
messageUUID — path required
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/message/:messageUUID/sentiment/predict' \
-H 'Accept: application/json'