action geneea_sentiment_post { label: "Performs sentiment analysis on the given document" description: "Notes:
Valid JSON cannot contain newline characters. These have to be escaped. (See also Interpretor documentation)
Fields text and url are mutually exclusive.
Examples:
{\"text\": \"Hello world!\"}
{\"url\": \"https://en.wikipedia.org/wiki/Pyrrhuloxia\"}
" provider: geneea method: POST path: "/s1/sentiment" encoding: json output: { type: "object" additionalProperties: true } }