Skip to main content
POST
Sentiment Analysis

Authorizations

Authorization
string
header
required

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

Body

application/json
text
string
required

The text to analyze.

Response

A sentiment object.

code
integer
required

The status code of the response.

msg
string
required

The message of the response.

data
SentimentAnalysisModel · object
required

The sentiment analysis model.