Interested / Not Interested Intent detection analysis
Interested / Not Interested Intent detection to empower workflow builders
Get whether the message means interested or not interested
POST
https://app.chatparse.ai/ai/interest
This endpoint allows you to get Yes/No intent detection.
Query Parameters
Name
Type
Description
token
string
Your account token
query
string
Text that need to go through analysis
On successful response, the value parameter will return either:
Interested
Not-interested
Neither
On successful response, the confidence parameter will return an integer from 0-100 indicating how confident the AI feels about his generated result.
Last updated