Sentimental Analysis
Use sentimental analysis to find out how happy is your customer.
Find out if the sentiment is positive or negative in a message
POST
https://app.chatparse.ai/ai/collect_info
This endpoint allows you to know whether a message gives positive or negative sentiment and how positive/negative it is.
Query Parameters
Name
Type
Description
token
string
Your account token
query
string
Text that need to go through analysis
On successful response, the sentiment parameter will return either:
positive
negative
On successful response, the magnitude parameter will return an float from 0-1 indicating how confident the AI feels about it's generated result.
Last updated