Send a GET request to the following URL to Sentiment Analysis
Name | Type | Required? | Default | Description |
---|---|---|---|---|
input | string | Yes | null | Input string to analyze |
language | string | No | null | Language of the given input (e.g. English, Spanish or Portuguese) |
Status Code | Description |
---|---|
200 | Sentiment of the given input |
400 | Bad Request or missing parameters |
500 | Internal Server Error |