action geneea_sentiment_get { label: "Performs sentiment analysis on the given document" description: "sentimentGet" provider: geneea method: GET path: "/s1/sentiment" encoding: json input: { type: "object" properties: { extractor: { type: "string" } id: { type: "string" } language: { type: "string" } returnTextInfo: { type: "string" } text: { type: "string" } url: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }