This API analyses a text and tells whether the expressed opinion is positive, negative, or neutral. Given a short sentence, it returns a label representing the identified sentiment, along with a numeric score ranging from strongly positive (1.0) to extremely negative (-1.0).
We support both GET and POST methods to query the API.
Remember to authenticate yourself specifying the token parameter (or the legacy $app_id and $app_key pair). See the API doc about authentication for any questions.
Type | string |
Type | string |
Default value | auto |
Accepted values | en | it | auto |
The response is structured in JSON as follow:
{
"timestamp": "Date and time of the response generation process",
"time": "Time elapsed for generating the response (milliseconds)",
"lang": "The language used to analyze the input text",
"langConfidence": "Accuracy of the language detection, from 0.0 to 1.0. Present only if auto-detection is on",
"text": "The annotated text. Present only if the 'html' parameter has been used",
"sentiment": {
"score": "strength of sentiment detected, from -1.0 (totally negative) to 1.0 (absolutely positive)",
"type": "either 'positive', 'neutral' or 'negative'"
}
}
For more information about status codes and error handling please refer to the dandelion generic API documentations. The cost of each request can be found in the response headers as described here.
Connection: keep-alive
Content-Length: 104
Content-Type: application/json;charset=UTF-8
Date: Wed, 21 Oct 2015 16:29:37 GMT
Server: Apache-Coyote/1.1
X-DL-units: 1
X-DL-units-left: 999
X-DL-units-reset: 2015-10-22 00:00:00 +0000
{
"timestamp": "2015-10-21T16:29:37",
"time": 1,
"lang": "en",
"sentiment": {
"score": 0.9,
"type": "positive"
}
}
Dandelion API
built with ❤ by SpazioDati S.r.l.
Company subject to management and coordination of Cerved Group S.p.A.
site privacy | api privacy | tos | cookies | consent preferences
We're a startup based in Italy, specialized in Semantics & Big Data.
Find out more about us at spaziodati.eu