Sentiment Analysis API

Sentiment Analysis API Docs

Perform sentiment analysis on a sentence, paragraph or a single word

Sentiment Analysis

Send a GET request to the following URL to Sentiment Analysis

API Parameters

NameTypeRequired?DefaultDescription
inputstringYesnullInput string to analyze
languagestringNonullLanguage of the given input (e.g. English, Spanish or Portuguese)

API Responses

Status CodeDescription
200Sentiment of the given input
400Bad Request or missing parameters
500Internal Server Error