Intent

POST {{baseUrl}}/intent

Introduction

What does your API do?

This classifier tells whether the underlying intention behind a sentence is opinion, news, marketing, complaint, suggestion, apprectiation, query. This is trained on our proprietary dataset.

Overview

Things that the developers should know about

The API accepts the input parameters as form-data.

Response will be in JSON as shown below:

{
    "probabilities": {
        "marketing": 0.038,
        "news": 0.916,
        "query": 0.008,
        "feedb